We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7150a5f commit 0b0aa85Copy full SHA for 0b0aa85
1 file changed
src/ChatUI_streamlit/LLMModel.py
@@ -17,7 +17,6 @@
17
from langchain.vectorstores import FAISS
18
from langchain.document_loaders.text import TextLoader
19
20
-os.environ["OPENAI_API_KEY"] = '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'
21
openai_api_key = os.environ["OPENAI_API_KEY"]
22
23
# check if the API key is loaded
@@ -98,4 +97,4 @@
98
97
#
99
#result = RAG(question3)
100
#result["answer"]
101
-#print(result["answer"])
+#print(result["answer"])
0 commit comments