Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ fig
|
|
56 |
|
57 |
|
58 |
async def callback(content: str, user: str, instance: pn.chat.ChatInterface):
|
59 |
-
api_key = "
|
60 |
client = MistralAsyncClient(api_key=api_key)
|
61 |
|
62 |
# system
|
|
|
56 |
|
57 |
|
58 |
async def callback(content: str, user: str, instance: pn.chat.ChatInterface):
|
59 |
+
api_key = "eONhYm3inwx5qRfSiuSw9ryj45kyZblJ"
|
60 |
client = MistralAsyncClient(api_key=api_key)
|
61 |
|
62 |
# system
|