Skip to content

Commit 0b0aa85

Browse files
authored
Update LLMModel.py
1 parent 7150a5f commit 0b0aa85

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/ChatUI_streamlit/LLMModel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from langchain.vectorstores import FAISS
1818
from langchain.document_loaders.text import TextLoader
1919

20-
os.environ["OPENAI_API_KEY"] = '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'
2120
openai_api_key = os.environ["OPENAI_API_KEY"]
2221

2322
# check if the API key is loaded
@@ -98,4 +97,4 @@
9897
#
9998
#result = RAG(question3)
10099
#result["answer"]
101-
#print(result["answer"])
100+
#print(result["answer"])

0 commit comments

Comments
 (0)