Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
woodwardmw committed Feb 23, 2024
1 parent 844ad41 commit 78da041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- POSTGRES_MAX_COSINE_DISTANCE=${POSTGRES_MAX_COSINE_DISTANCE:-0.1}
- AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
- AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
- OPENAI_LLM_NAME="gpt-4-1106-preview"
- OPENAI_LLM_NAME=gpt-4-1106-preview
command: uvicorn main:app --host 0.0.0.0 --port 9000 --workers 1
logging:
options:
Expand Down

0 comments on commit 78da041

Please sign in to comment.