Baskar2005 commited on
Commit
e50a723
·
verified ·
1 Parent(s): e0e0d0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="ChatGPT")
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")