Spaces:
Sleeping
Sleeping
Commit ·
0e9dca4
1
Parent(s): 4c4d5ba
Update main.py
Browse files
main.py
CHANGED
|
@@ -596,7 +596,7 @@ async def setup_agent(settings):
|
|
| 596 |
taskREV1.status = cl.TaskStatus.DONE
|
| 597 |
await REV.send()
|
| 598 |
message_id14 = await cl.Message(content="🕝 Construction du référentiel d'évaluation").send()
|
| 599 |
-
|
| 600 |
await REV.send()
|
| 601 |
completion_REV = anthropic.completions.create(
|
| 602 |
model="claude-2.1",
|
|
|
|
| 596 |
taskREV1.status = cl.TaskStatus.DONE
|
| 597 |
await REV.send()
|
| 598 |
message_id14 = await cl.Message(content="🕝 Construction du référentiel d'évaluation").send()
|
| 599 |
+
taskREV2.forId = message_id14
|
| 600 |
await REV.send()
|
| 601 |
completion_REV = anthropic.completions.create(
|
| 602 |
model="claude-2.1",
|