Optimized program with code

This commit is contained in:
2025-12-27 19:59:14 -08:00
parent 71b7d59419
commit 1087651663
4 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ class CypherFromQuestion(dspy.Signature):
class GenerateCypherConfig(PrecompiledConfig):
model: str = "openrouter/openai/gpt-4o" # OPENROUTER ONLY
max_tokens: int = 1024
cache: bool = False
cache: bool = True
class GenerateCypher(PrecompiledProgram):