Skip to content

Commit

Permalink
Add latest gemini model, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyhope committed Dec 17, 2024
1 parent 5ba4679 commit 36e41dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/utils/constants.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ export const IMPORT_DIALOG_PLACEHOLDER = 'Paste your JSON schema here...';

export const MODEL_OPTIONS = [
'claude-3-5-sonnet-20240620',
'gemini/gemini-1.5-flash-002',
'gemini/gemini-2.0-flash-exp',
'gemini/gemini-1.5-pro-002',
'gpt-4o',
'gpt-4o-mini',
'Custom Model',
]

export const DEFAULT_MODEL_SETTINGS = {
model: 'gemini/gemini-1.5-pro-002',
model: 'gemini/gemini-2.0-flash-exp',
temperature: 0,
max_tokens: 4096,
max_attempts: 3,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ fastapi-slim
openai
litellm
tenacity
instructor==1.3.5
instructor
pytest

0 comments on commit 36e41dd

Please sign in to comment.