Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update files #4

Merged
merged 2 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: