Skip to content

Commit

Permalink
Merge pull request #797 from b4s36t4/feat/ollama-output-format
Browse files Browse the repository at this point in the history
feat: add tools support for ollama
  • Loading branch information
VisargD authored Dec 9, 2024
2 parents 6811fb4 + 0f985d4 commit 589455d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/ollama/chatComplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export const OllamaChatCompleteConfig: ProviderConfig = {
default: 100,
min: 0,
},
tools: {
param: 'tools',
},
};

export interface OllamaChatCompleteResponse extends ChatCompletionResponse {
Expand Down

0 comments on commit 589455d

Please sign in to comment.