Ge-AI commited on
Commit
d8bc486
·
verified ·
1 Parent(s): a655af3

Upload 2 files

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -216,7 +216,7 @@ def handle_non_stream_request(apikey, session_id, query, endpoint_id, model_name
216
  "pluginIds": [],
217
  "responseMode": "sync",
218
  "modelConfigs": {
219
- "fulfillmentPrompt": "--IGNORE\n{context}\n--IGNORE--\n" + CLAUDE_SYSTEM_PROMPT + "{question}",
220
  "temperature": 0.7
221
  }
222
  }
 
216
  "pluginIds": [],
217
  "responseMode": "sync",
218
  "modelConfigs": {
219
+ "fulfillmentPrompt": "--IGNORE--\n{context}\n--IGNORE--\n" + CLAUDE_SYSTEM_PROMPT + "{question}",
220
  "temperature": 0.7
221
  }
222
  }