Skip to content

Commit 829d894

Browse files
committed
Adding trailing slash to openai url
1 parent 4241d1a commit 829d894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MSSQL='Server=.database.windows.net;Initial Catalog=;Persist Security Info=False;User ID=sampledb;Authentication=Active Directory Default;Connection Timeout=30;'
2-
OPENAI_URL='https://.openai.azure.com'
2+
OPENAI_URL='https://.openai.azure.com/'
33
OPENAI_KEY=''
44
OPENAI_MODEL='text-embedding-ada-002'

0 commit comments

Comments
 (0)