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

Upload api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -133,7 +133,7 @@ def handle_stream_request(apikey, session_id, query, endpoint_id, model_name, te
133
  "pluginIds": [],
134
  "responseMode": "stream",
135
  "modelConfigs": {
136
- "fulfillmentPrompt": CLAUDE_SYSTEM_PROMPT + "{question}",
137
  "temperature": 0.7
138
  }
139
  }
 
133
  "pluginIds": [],
134
  "responseMode": "stream",
135
  "modelConfigs": {
136
+ "fulfillmentPrompt": "--IGNORE--\n{context}\n--IGNORE--\n" + CLAUDE_SYSTEM_PROMPT + "{question}",
137
  "temperature": 0.7
138
  }
139
  }