Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ llm = AzureChatOpenAI(
|
|
53 |
#azure_endpoint=AZURE_END_POINT_O3,
|
54 |
openai_api_key=AZURE_OPENAI_API_KEY,
|
55 |
openai_api_version="2025-01-01-preview", # updated to latest recommended version
|
56 |
-
temperature=0.5
|
57 |
)
|
58 |
|
59 |
# Build conversational RAG chain
|
|
|
53 |
#azure_endpoint=AZURE_END_POINT_O3,
|
54 |
openai_api_key=AZURE_OPENAI_API_KEY,
|
55 |
openai_api_version="2025-01-01-preview", # updated to latest recommended version
|
56 |
+
#temperature=0.5
|
57 |
)
|
58 |
|
59 |
# Build conversational RAG chain
|