Skip to content

Commit

Permalink
added .env.sample for AOAI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shirkey committed Apr 29, 2023
1 parent 54e1ba5 commit cd678cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# update to match your Azure OpenAI endpoints and keys -- find out more here:
# https://learn.microsoft.com/en-us/azure/cognitive-services/openai/chatgpt-quickstart?tabs=command-line&pivots=rest-api#set-up
AZURE_OPENAI_ENDPOINT=''
AZURE_OPENAI_API_KEY=''

# the following should match the Deployment name you created within the Azure OpenAI Resource
# See https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/create-resource?pivots=web-portal
# best/simplest practice is to make the deployment name the same as the model name itself,
# since there can be only one Deployment of a given model within an Azure OpenAI Resource
AZURE_OPENAI_MODEL_CHAT='gpt-35-turbo'
AZURE_OPENAI_MODEL_CHAT_VERSION='2023-03-15-preview' # no need to change, current version for gpt-35-turbo

0 comments on commit cd678cf

Please sign in to comment.