(no commit message)
This commit is contained in:
@@ -5,7 +5,7 @@ from modaic import PrecompiledAgent, PrecompiledConfig
|
||||
|
||||
class PromptToSignatureConfig(PrecompiledConfig):
|
||||
lm: str = "openrouter/anthropic/claude-haiku-4.5"
|
||||
refine_lm: str = "openai/gpt-4o"
|
||||
refine_lm: str = "openrouter/anthropic/claude-haiku-4.5"
|
||||
max_tokens: int = 16000
|
||||
temperature: float = 1.0
|
||||
max_attempts_to_refine: int = 5
|
||||
|
||||
Reference in New Issue
Block a user