Skip to content

Commit

Permalink
chore(deps): Update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and ryoppippi committed Sep 13, 2024
1 parent 087e085 commit 70a1bb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function convertToCustomEndpoint(
}

Deno.test("convertToOllamaEndpoint", async () => {
const { assertEquals } = await import("jsr:@std/[email protected].3");
const { assertEquals } = await import("jsr:@std/[email protected].5");

const url = "https://api.openai.com/v1/chat/completions" as const;
const result = convertToCustomEndpoint(
Expand Down

0 comments on commit 70a1bb1

Please sign in to comment.