ryanrwatkins commited on
Commit
bf3acf5
1 Parent(s): 473bef8

Update app.py

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