Skip to content

Commit

Permalink
Merge pull request #1338 from amirkhonov/develop
Browse files Browse the repository at this point in the history
fix: Add OLLAMA model to the getTokenForProvider class
  • Loading branch information
monilpat authored Dec 21, 2024
2 parents 7b609df + 4446a66 commit 0dc60c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ export function getTokenForProvider(
// no key needed for llama_local or gaianet
case ModelProviderName.LLAMALOCAL:
return "";
case ModelProviderName.OLLAMA:
return "";
case ModelProviderName.GAIANET:
return "";
case ModelProviderName.OPENAI:
Expand Down

0 comments on commit 0dc60c8

Please sign in to comment.