We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27120a9 commit dbe5411Copy full SHA for dbe5411
src/api/providers/fetchers/__tests__/ollama.test.ts
@@ -22,6 +22,7 @@ describe("Ollama Fetcher", () => {
22
contextWindow: 40960,
23
supportsImages: false,
24
supportsPromptCache: true,
25
+ supportsNativeTools: true,
26
inputPrice: 0,
27
outputPrice: 0,
28
cacheWritesPrice: 0,
@@ -46,6 +47,7 @@ describe("Ollama Fetcher", () => {
46
47
48
49
50
51
52
53
0 commit comments