Spaces:
Sleeping
Sleeping
Update chat_interface.py
Browse files- 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-
|
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')
|