Skip to content

Commit

Permalink
⚡ Change npm: -> esm.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimemi committed Jan 8, 2024
1 parent 659ee56 commit f1b216e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denops/futago/futago.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// =============================================================================
// File : futago.ts
// Author : yukimemi
// Last Change : 2024/01/08 02:58:03.
// Last Change : 2024/01/08 09:51:00.
// =============================================================================

import { ensure, is } from "https://deno.land/x/[email protected]/mod.ts";
Expand All @@ -11,7 +11,7 @@ import {
GenerativeModel,
GoogleGenerativeAI,
StartChatParams,
} from "npm:@google/[email protected]";
} from "https://esm.sh/@google/[email protected]";

export class Futago {
#genAI: GoogleGenerativeAI;
Expand Down

0 comments on commit f1b216e

Please sign in to comment.