Spaces:
Sleeping
Sleeping
fishytorts
commited on
Commit
•
03892d8
1
Parent(s):
a8087b3
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ if api_key:
|
|
106 |
]
|
107 |
|
108 |
document_content_description = "Type of a document"
|
109 |
-
llm = ChatOpenAI(temperature=0)
|
110 |
|
111 |
retriever = SelfQueryRetriever.from_llm(
|
112 |
llm,
|
|
|
106 |
]
|
107 |
|
108 |
document_content_description = "Type of a document"
|
109 |
+
llm = ChatOpenAI(temperature=0, api_key=api_key)
|
110 |
|
111 |
retriever = SelfQueryRetriever.from_llm(
|
112 |
llm,
|