File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Don't mess with this unless you really know what you are doing
2
- AZURE_SEARCH_API_VERSION = " 2023-10 -01-preview"
3
- AZURE_OPENAI_API_VERSION = " 2023-12 -01-preview"
2
+ AZURE_SEARCH_API_VERSION = " 2024-03 -01-preview"
3
+ AZURE_OPENAI_API_VERSION = " 2024-03 -01-preview"
4
4
BING_SEARCH_URL = " https://api.bing.microsoft.com/v7.0/search"
5
5
BOT_DIRECT_CHANNEL_ENDPOINT = " https://directline.botframework.com/v3/directline"
6
6
7
7
# Demo Data (edit with your own if you want to use your own data)
8
- BLOB_CONNECTION_STRING = " BlobEndpoint=https://datasetsgptsmartsearch.blob.core.windows.net/;QueueEndpoint=https://datasetsgptsmartsearch.queue.core.windows.net/;FileEndpoint=https://datasetsgptsmartsearch.file.core.windows.net/;TableEndpoint=https://datasetsgptsmartsearch.table.core.windows.net/; SharedAccessSignature=sv=2022-11-02&ss=b&srt=sco&sp=rl&se=2026-01-03T02:11:44Z&st=2024-01-02T18:11:44Z&spr=https&sig=ngrEqvqBVaxyuSYqgPVeF%2B9c0fXLs94v3ASgwg7LDBs%3D"
8
+ BLOB_CONNECTION_STRING = " BlobEndpoint=https://datasetsgptsmartsearch.blob.core.windows.net/;SharedAccessSignature=sv=2022-11-02&ss=b&srt=sco&sp=rl&se=2026-01-03T02:11:44Z&st=2024-01-02T18:11:44Z&spr=https&sig=ngrEqvqBVaxyuSYqgPVeF%2B9c0fXLs94v3ASgwg7LDBs%3D"
9
9
BLOB_SAS_TOKEN = " ?sv=2022-11-02&ss=b&srt=sco&sp=rl&se=2026-01-03T02:11:44Z&st=2024-01-02T18:11:44Z&spr=https&sig=ngrEqvqBVaxyuSYqgPVeF%2B9c0fXLs94v3ASgwg7LDBs%3D"
10
10
11
11
# Edit with your own azure services values
You can’t perform that action at this time.
0 commit comments