Skip to content

Commit

Permalink
Update setup-ai-env-variables-template.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dingmeng-xue authored May 27, 2024
1 parent 05838d2 commit d6ef040
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export OPENAI_RESOURCE_NAME="your_azure_openai_resource_name"
export SPRING_AI_AZURE_OPENAI_ENDPOINT="your_azure_openai_endpoint"
export SPRING_AI_AZURE_OPENAI_API_KEY="your_api_key"
export SPRING_AI_AZURE_OPENAI_APIKEY="your_api_key"
export SPRING_AI_AZURE_OPENAI_MODEL="gpt-35-turbo-16k"
export SPRING_AI_AZURE_OPENAI_EMBEDDINGMODEL="text-embedding-ada-002"

export AI_APP="assist-service"
export AI_APP="assist-service"

0 comments on commit d6ef040

Please sign in to comment.