Tonic commited on
Commit
b8265e8
·
1 Parent(s): 2e949bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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')