Optimized program with code
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user