pgurazada1 commited on
Commit
a054979
·
verified ·
1 Parent(s): 3b472d1

Update chat_interface.py

Browse files
Files changed (1) hide show
  1. chat_interface.py +1 -1
chat_interface.py CHANGED
@@ -52,7 +52,7 @@ Here are some documents that are relevant to the question mentioned below.
52
  client = AzureOpenAI(
53
  api_key=os.environ["AZURE_OPENAI_KEY"],
54
  azure_endpoint=os.environ["AZURE_OPENAI_ENDPOINT"],
55
- api_version="2024-02-01"
56
  )
57
 
58
  embedding_model = HuggingFaceEmbeddings(model_name='thenlper/gte-large')
 
52
  client = AzureOpenAI(
53
  api_key=os.environ["AZURE_OPENAI_KEY"],
54
  azure_endpoint=os.environ["AZURE_OPENAI_ENDPOINT"],
55
+ api_version="2024-10-21"
56
  )
57
 
58
  embedding_model = HuggingFaceEmbeddings(model_name='thenlper/gte-large')