Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def chat_with_llama(user_input, chat_history):
|
|
| 38 |
|
| 39 |
return assistant_reply, chat_history
|
| 40 |
|
| 41 |
-
api_key='
|
| 42 |
client = Together(api_key=api_key)
|
| 43 |
|
| 44 |
def chat_api(user_input, chat_history):
|
|
|
|
| 38 |
|
| 39 |
return assistant_reply, chat_history
|
| 40 |
|
| 41 |
+
api_key='YOUR API KEY HERE'
|
| 42 |
client = Together(api_key=api_key)
|
| 43 |
|
| 44 |
def chat_api(user_input, chat_history):
|