feat(mma): Finalize Orchestrator Integration and fix all regressions
This commit is contained in:
@@ -33,7 +33,7 @@ from google.genai import types
|
||||
from events import EventEmitter
|
||||
|
||||
_provider: str = "gemini"
|
||||
_model: str = "gemini-2.5-flash"
|
||||
_model: str = "gemini-2.5-flash-lite"
|
||||
_temperature: float = 0.0
|
||||
_max_tokens: int = 8192
|
||||
|
||||
|
||||
Reference in New Issue
Block a user