Skip to content

Commit

Permalink
Merge branch 'pydantic:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyacademy authored Jan 22, 2025
2 parents 243db14 + 3b524b7 commit 7c6f716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pydantic_ai_slim/pydantic_ai/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
'mistral:codestral-latest',
'mistral:mistral-moderation-latest',
'ollama:codellama',
'ollama:deepseek-r1',
'ollama:gemma',
'ollama:gemma2',
'ollama:llama3',
Expand Down
1 change: 1 addition & 0 deletions pydantic_ai_slim/pydantic_ai/models/ollama.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

CommonOllamaModelNames = Literal[
'codellama',
'deepseek-r1',
'gemma',
'gemma2',
'llama3',
Expand Down

0 comments on commit 7c6f716

Please sign in to comment.