Upload api.py
Browse files
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 |
}
|