(no commit message)

This commit is contained in:
2025-11-04 22:51:27 -05:00
parent 22d47004cd
commit ec07718eb3
4 changed files with 50 additions and 64 deletions

View File

@@ -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