mtyrrell commited on
Commit
3ad72e2
·
verified ·
1 Parent(s): 5729146

Update appStore/rag.py

Browse files
Files changed (1) hide show
  1. appStore/rag.py +1 -1
appStore/rag.py CHANGED
@@ -111,7 +111,7 @@ from huggingface_hub import InferenceClient
111
 
112
 
113
  # Get openai API key
114
- openai.api_key = os.environ["OPENAI_API_KEY"]
115
 
116
 
117
  # define a special function for putting the prompt together (as we can't use haystack)
 
111
 
112
 
113
  # Get openai API key
114
+ hf_token = os.environ["HF_API_KEY"]
115
 
116
 
117
  # define a special function for putting the prompt together (as we can't use haystack)