Don't cache results

This commit is contained in:
2025-12-27 20:20:40 -08:00
parent fc9560cc50
commit b526e68660
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"train": [],
"demos": [],
"signature": {
"instructions": "Task: Generate Cypher statement to query a graph database.\nInstructions: Use only the provided relationship types and properties in the schema.\nDo not use any other relationship types or properties that are not provided in the schema.\nDo not include any explanations or apologies in your responses.\nDo not respond to any questions that might ask anything else than for you to construct a Cypher statement.\nDo not include any text except the generated Cypher statement.",
"instructions": "Task: Generate a Cypher statement to query a graph database.\nInstructions: Use only the provided relationship types and properties in the schema.\nDo not use any other relationship types or properties that are not provided in the schema.\nDo not include any explanations or apologies in your responses.\nDo not respond to any questions that might ask anything else than for you to construct a Cypher statement.\nDo not include any text except the generated Cypher statement.",
"fields": [
{
"prefix": "Question:",
@@ -27,7 +27,7 @@
"lm": {
"model": "openrouter/openai/gpt-4o",
"model_type": "chat",
"cache": false,
"cache": true,
"num_retries": 3,
"finetuning_model": null,
"launch_kwargs": {},