pgurazada1 commited on
Commit
168f0de
1 Parent(s): bf63641

Update chat_interface.py

Browse files
Files changed (1) hide show
  1. chat_interface.py +1 -1
chat_interface.py CHANGED
@@ -55,7 +55,7 @@ client = AzureOpenAI(
55
  )
56
 
57
  embedding_model = HuggingFaceEmbeddings(model_name='thenlper/gte-large')
58
- qna_model = 'gpt-35-turbo'
59
 
60
  chromadb_client = chromadb.PersistentClient(path='./health_policy_db')
61
 
 
55
  )
56
 
57
  embedding_model = HuggingFaceEmbeddings(model_name='thenlper/gte-large')
58
+ qna_model = 'gpt-4o-mini'
59
 
60
  chromadb_client = chromadb.PersistentClient(path='./health_policy_db')
61