Skip to content

Commit

Permalink
change default model to gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrohitgarg committed Dec 11, 2024
1 parent 0116687 commit 3040225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/director/agents/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"model_name": {
"type": "string",
"description": "The name of the model to use for scene detection and frame extraction",
"default": "gemini-1.5-flash",
"default": "gpt4-o",
"enum": ["gemini-1.5-flash", "gemini-1.5-pro", "gpt4-o"],
},
"shot_based_config": {
Expand Down

0 comments on commit 3040225

Please sign in to comment.