Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
import cohere
|
| 3 |
|
| 4 |
# initialize Cohere client
|
| 5 |
-
co = cohere.Client("
|
| 6 |
|
| 7 |
|
| 8 |
conversation="""
|
|
|
|
| 2 |
import cohere
|
| 3 |
|
| 4 |
# initialize Cohere client
|
| 5 |
+
co = cohere.Client("CoHere_API_KEY")
|
| 6 |
|
| 7 |
|
| 8 |
conversation="""
|