MFawad commited on
Commit
b661371
1 Parent(s): acd15e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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') # Replace with your Cohere 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