Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import cohere
|
|
|
2 |
|
3 |
# Initialize the Cohere client with your API key
|
4 |
api_key = os.getenv('COHERE_API_KEY')
|
|
|
1 |
import cohere
|
2 |
+
import os
|
3 |
|
4 |
# Initialize the Cohere client with your API key
|
5 |
api_key = os.getenv('COHERE_API_KEY')
|