Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ class JobPotral:
|
|
161 |
docs = knowledge_base.similarity_search(question)
|
162 |
|
163 |
# Initialize the OpenAILLM model
|
164 |
-
llm = AzureChatOpenAI(azure_deployment="
|
165 |
|
166 |
# Load a question-answering chain of models
|
167 |
chain = load_qa_chain(llm, chain_type="stuff")
|
|
|
161 |
docs = knowledge_base.similarity_search(question)
|
162 |
|
163 |
# Initialize the OpenAILLM model
|
164 |
+
llm = AzureChatOpenAI(azure_deployment="GPT-3")
|
165 |
|
166 |
# Load a question-answering chain of models
|
167 |
chain = load_qa_chain(llm, chain_type="stuff")
|