Skip to content

Commit

Permalink
feat: ⚡ add ollama:phi4 model and remove DeepSeek base url
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jan 8, 2025
1 parent dcdaf20 commit 68afb77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/llms.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
{
"id": "deepseek",
"detail": "DeepSeek Models",
"base": "https://api.deepseek.com/v1",
"bearerToken": true,
"aliases": {
"large": "deepseek-chat",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/types/prompt_template.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ type ModelType = OptionsOrString<
| "ollama:qwen2.5-coder"
| "ollama:llama3.2-vision"
| "ollama:llama3.2"
| "ollama:phi4"
| "ollama:phi3.5"
| "anthropic:claude-3-5-sonnet-20240620"
| "anthropic:claude-3-opus-20240229"
Expand Down

0 comments on commit 68afb77

Please sign in to comment.