Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +1 -1
chain_app.py
CHANGED
@@ -19,7 +19,7 @@ fireworks_api_key = os.environ.get('FIREWORKS_API_KEY')
|
|
19 |
|
20 |
hf_text_client = Client("Artin2009/text-generation", hf_token=hf_token)
|
21 |
# hf_image_client = Client('Artin2009/image-generation')
|
22 |
-
openai_client = OpenAI(api_key=openai_api_key
|
23 |
groq_client = Groq(api_key=groq_api_key)
|
24 |
|
25 |
co = cohere.Client(
|
|
|
19 |
|
20 |
hf_text_client = Client("Artin2009/text-generation", hf_token=hf_token)
|
21 |
# hf_image_client = Client('Artin2009/image-generation')
|
22 |
+
openai_client = OpenAI(api_key=openai_api_key)
|
23 |
groq_client = Groq(api_key=groq_api_key)
|
24 |
|
25 |
co = cohere.Client(
|