(no commit message)
This commit is contained in:
@@ -3,10 +3,10 @@ from .modules import signature_generator
|
||||
from modaic import PrecompiledAgent, PrecompiledConfig
|
||||
|
||||
class PromptToSignatureConfig(PrecompiledConfig):
|
||||
lm: str = "gemini/gemini-2.5-pro-preview-03-25"
|
||||
refine_lm: str = "gemini/gemini-2.5-pro-preview-03-25"
|
||||
max_tokens: int = 4096
|
||||
temperature: float = 0.7
|
||||
lm: str = "gpt-5-2025-08-07"
|
||||
refine_lm: str = "gpt-5-2025-08-07"
|
||||
max_tokens: int = 16000
|
||||
temperature: float = 1.0
|
||||
max_attempts_to_refine: int = 5
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user