Upload 2 files
Browse files
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 |
}
|