Spaces:
Sleeping
Sleeping
Update Web/backend/main.py
Browse files- Web/backend/main.py +2 -2
Web/backend/main.py
CHANGED
|
@@ -661,9 +661,9 @@ async def generate_improve_reframe(request: ImproveRequest):
|
|
| 661 |
ai_feedback = await client.post(
|
| 662 |
f"{API_base}prompts/templates/execute",
|
| 663 |
json={
|
| 664 |
-
"provider": "
|
| 665 |
"template_name": "reframe.thera_supervisor_full",
|
| 666 |
-
"model": "
|
| 667 |
"variables": {
|
| 668 |
"situation": request.situation,
|
| 669 |
"thought": request.thought,
|
|
|
|
| 661 |
ai_feedback = await client.post(
|
| 662 |
f"{API_base}prompts/templates/execute",
|
| 663 |
json={
|
| 664 |
+
"provider": "openai",
|
| 665 |
"template_name": "reframe.thera_supervisor_full",
|
| 666 |
+
"model": "gpt-4.1",
|
| 667 |
"variables": {
|
| 668 |
"situation": request.situation,
|
| 669 |
"thought": request.thought,
|