Skip to content

Commit

Permalink
More tweaks to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 6, 2024
1 parent f03f896 commit bf554df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ services:
- 3001:8080
# Action server portal
- 4001:8087
environment:
OPENAI_API_TYPE: azure
OPENAI_API_ENDPOINT: https://dkopenai2.openai.azure.com/
OPENAI_API_VERSION_MEMORY: 2024-02-15-preview
BASE_URL_MEMORY: https://dkopenai2.openai.azure.com/
MODEL_MEMORY: gpt-4-turbo
OPENAI_TEXT_COMPLETION_DEPLOYMENT_NAME: text-embedding-ada-002
env_file:
- .env
volumes:
Expand Down

0 comments on commit bf554df

Please sign in to comment.