Skip to content

Commit 185f0c9

Browse files
committed
feat: add tools support - ollama
1 parent a66c3a3 commit 185f0c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/providers/ollama/chatComplete.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ export const OllamaChatCompleteConfig: ProviderConfig = {
6464
default: 100,
6565
min: 0,
6666
},
67+
tools: {
68+
param: 'tools',
69+
},
6770
};
6871

6972
export interface OllamaChatCompleteResponse extends ChatCompletionResponse {

0 commit comments

Comments
 (0)