Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ from langchain_community.llms import Cohere
|
|
83 |
# Get API keys
|
84 |
openai_api_key = os.environ['openai_key']
|
85 |
google_api_key = os.environ['gemini_key']
|
86 |
-
HF_key = os.environ['
|
87 |
cohere_api_key = os.environ['cohere_api']
|
88 |
|
89 |
current_dir = os.getcwd()
|
|
|
83 |
# Get API keys
|
84 |
openai_api_key = os.environ['openai_key']
|
85 |
google_api_key = os.environ['gemini_key']
|
86 |
+
HF_key = os.environ['HF_token_read']
|
87 |
cohere_api_key = os.environ['cohere_api']
|
88 |
|
89 |
current_dir = os.getcwd()
|