Update appStore/rag.py
Browse files- 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 |
-
|
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)
|