Skip to content

Commit a1e1ad4

Browse files
chore: update model (#535)
1 parent 653c2c3 commit a1e1ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm_demo/orchestrator/orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __get__(self, instance, owner):
2525

2626

2727
class BaseOrchestrator(ABC):
28-
MODEL = "gemini-pro"
28+
MODEL = "gemini-2.0-flash-001"
2929

3030
@classproperty
3131
@abstractmethod

0 commit comments

Comments
 (0)