Initial Commit

This commit is contained in:
bladeclara42
2025-05-13 22:43:56 +07:00
commit 5469707c2d
16 changed files with 81 additions and 0 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
OPENAI_API_KEY=sk-your-real-openai-api-key
OPENAI_MODEL=gpt-3.5-turbo
OPENAI_API_BASE=https://api.openai.com/v1 # (optional override if needed)