We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d0d3d commit 4fbddc6Copy full SHA for 4fbddc6
1 file changed
scenarios/PostgresRagLlmDemo/chat.py
@@ -23,7 +23,7 @@ def __init__(self):
23
self.api = AzureOpenAI(
24
azure_endpoint=args.endpoint,
25
api_key=args.api_key,
26
- api_version="turbo-2024-04-09",
+ api_version="2024-06-01",
27
)
28
self.text_splitter = RecursiveCharacterTextSplitter(
29
chunk_size=512,
0 commit comments