Skip to content

Commit ba1ffeb

Browse files
authored
format & lint all packages (#1250)
1 parent 45539fc commit ba1ffeb

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ollama-template-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
# push: # for debugging
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 7 * * 1' # every monday at 7am, so I'll review it after having a 🥐
6+
- cron: "0 7 * * 1" # every monday at 7am, so I'll review it after having a 🥐
77

88
permissions:
99
pull-requests: write # for creating PR

packages/inference/src/providers/cohere.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import type { ProviderConfig, UrlParams, HeaderParams, BodyParams } from "../typ
1818

1919
const COHERE_API_BASE_URL = "https://api.cohere.com";
2020

21-
2221
const makeBody = (params: BodyParams): Record<string, unknown> => {
2322
return {
2423
...params.args,

packages/ollama-utils/src/chat-template-automap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is auto generated, please do not modify manually
22
// To update it, run "pnpm run build:automap"
33

4-
import { OllamaChatTemplateMapEntry } from "./types";
4+
import type { OllamaChatTemplateMapEntry } from "./types";
55

66
/**
77
* Skipped these models due to error:

0 commit comments

Comments
 (0)