Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +1 -0
chain_app.py
CHANGED
@@ -11,6 +11,7 @@ hf_token = os.environ.get("HF_TOKEN")
|
|
11 |
openai_api_key = os.environ.get('OPENAI_API_KEY')
|
12 |
groq_api_key = os.environ.get('GROQ_API_KEY')
|
13 |
cohere_api_key = os.environ.get('COHERE_API_KEY')
|
|
|
14 |
|
15 |
hf_text_client = Client("Artin2009/text-generation", hf_token=hf_token)
|
16 |
# hf_image_client = Client('Artin2009/image-generation')
|
|
|
11 |
openai_api_key = os.environ.get('OPENAI_API_KEY')
|
12 |
groq_api_key = os.environ.get('GROQ_API_KEY')
|
13 |
cohere_api_key = os.environ.get('COHERE_API_KEY')
|
14 |
+
print(cohere_api_key)
|
15 |
|
16 |
hf_text_client = Client("Artin2009/text-generation", hf_token=hf_token)
|
17 |
# hf_image_client = Client('Artin2009/image-generation')
|