Spaces:
Sleeping
Sleeping
Rohil Bansal
commited on
Commit
·
48676d6
1
Parent(s):
25c2ffb
moved to gpt-4o
Browse files- src/index.py +1 -1
src/index.py
CHANGED
@@ -38,7 +38,7 @@ try:
|
|
38 |
api_key=api_key,
|
39 |
api_version=api_version,
|
40 |
azure_endpoint=azure_endpoint,
|
41 |
-
model="gpt-4o
|
42 |
temperature=0.3
|
43 |
)
|
44 |
print("Azure OpenAI embeddings and model set up successfully.")
|
|
|
38 |
api_key=api_key,
|
39 |
api_version=api_version,
|
40 |
azure_endpoint=azure_endpoint,
|
41 |
+
model="gpt-4o",
|
42 |
temperature=0.3
|
43 |
)
|
44 |
print("Azure OpenAI embeddings and model set up successfully.")
|