このリポジトリはAzure OpenAI Service 大学生向けハッカソン予選のためのリポジトリです。
This repository is for the qualifying round of the "Azure OpenAI Service for University Student Hackathon".
- M1 MacBook Air / macOS Sonoma 14.2.1
- Docker version 24.0.6, build ed223bc
- Python 3.9.6
- pip list
Package Version
------------------ -------
-
At project root
- Dockerを起動します
- Start Docker(Docker Desktop)
-
make env
- cp .env.example .env
$ make env
-
.env setting
- .envファイルにOPENAI_API_KEY, OPENAI_ENDPOINT, とSECRET_KEYを設定する。
- Set OPENAI_API_KEY, OPENAI_ENDPOINT, and SECRET_KEY in the .env file.
-
make all
- docker compose -f ./docker-compose.yml build --no-cache
- mkdir -p ./flask_app/static/uploads
- docker compose -f ./docker-compose.yml up -d
$ make all
- access to