Skip to content

Commit

Permalink
Merge pull request #4 from tamtam-fitness/arange-openai-env-and-updat…
Browse files Browse the repository at this point in the history
…e-readme

update files
  • Loading branch information
tamtam-fitness authored Sep 4, 2023
2 parents 823ccab + caab82d commit d06f779
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# utilizer
# UtiAIzer

FYI: [Dockerコンテナ上で動くPythonの開発環境のテンプレートを作ってみた](https://zenn.dev/fitness_densuke/articles/python_template_based_on_docker)
## Demo

https://github.com/tamtam-fitness/UtiAIzer/assets/62091034/5769797d-0765-493c-af0f-2d85c783f854

## Prerequisites

Expand Down
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ services:
- BASE_DIR=/app
- PYTHONPATH=/app
- ENV=local
- OPENAI_API_KEY=<your-api-key>
tty: true
stdin_open: true
3 changes: 1 addition & 2 deletions src/common/yaml_configs/local.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ENV: "local"
SENTRY_DSN:
OPENAI_API_KEY: <your-openai-api-key>
SENTRY_DSN:
3 changes: 1 addition & 2 deletions src/common/yaml_configs/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ENV: 'test'
SENTRY_DSN:
OPENAI_API_KEY: test-key
SENTRY_DSN:

0 comments on commit d06f779

Please sign in to comment.