Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
# Initialize Cohere Client
|
| 7 |
api_key = os.environ["API_KEY"]
|
| 8 |
mode_id = os.environ['MODEL_ID']
|
| 9 |
-
co = cohere.Client('api_key')
|
| 10 |
|
| 11 |
# Function to generate text using Cohere API
|
| 12 |
# Function to generate text using Cohere API
|
|
|
|
| 6 |
# Initialize Cohere Client
|
| 7 |
api_key = os.environ["API_KEY"]
|
| 8 |
mode_id = os.environ['MODEL_ID']
|
| 9 |
+
co = cohere.Client('api_key')
|
| 10 |
|
| 11 |
# Function to generate text using Cohere API
|
| 12 |
# Function to generate text using Cohere API
|