Skip to content

Commit 385c000

Browse files
author
Pablo Marin
committed
creds
1 parent 8664c37 commit 385c000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

credentials.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 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"
44
BING_SEARCH_URL="https://api.bing.microsoft.com/v7.0/search"
55
BOT_DIRECT_CHANNEL_ENDPOINT="https://directline.botframework.com/v3/directline"
66

77
# 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"
99
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"
1010

1111
# Edit with your own azure services values

0 commit comments

Comments
 (0)