Spaces:
Runtime error
Runtime error
Eddyhzd
commited on
Commit
·
50051d2
1
Parent(s):
058fb97
test
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from contextlib import AsyncExitStack
|
|
| 10 |
cle_api = os.environ.get("CLE_API_ANTHROPIC")
|
| 11 |
|
| 12 |
# Initialisation du client Anthropic
|
| 13 |
-
clientLLM = Anthropic()
|
| 14 |
|
| 15 |
# --- Event Loop ---
|
| 16 |
loop = asyncio.new_event_loop()
|
|
|
|
| 10 |
cle_api = os.environ.get("CLE_API_ANTHROPIC")
|
| 11 |
|
| 12 |
# Initialisation du client Anthropic
|
| 13 |
+
clientLLM = Anthropic(api_key=cle_api)
|
| 14 |
|
| 15 |
# --- Event Loop ---
|
| 16 |
loop = asyncio.new_event_loop()
|