intitial docker impl

This commit is contained in:
Game_Time
2025-08-20 15:26:14 +05:00
parent fc9727cb73
commit c8c6540d23
7 changed files with 167 additions and 4 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# Port
PORT=8000
# Auth dir
CHATGPT_LOCAL_HOME=/data
# show request/stream logs
VERBOSE=false
# OAuth client id (modify only if you know what you're doing)
# CHATGPT_LOCAL_CLIENT_ID=app_EMoamEEZ73f0CkXaXp7hrann
# Reasoning controls
CHATGPT_LOCAL_REASONING_EFFORT=medium # minimal|low|medium|high
CHATGPT_LOCAL_REASONING_SUMMARY=auto # auto|concise|detailed|none
CHATGPT_LOCAL_REASONING_COMPAT=think-tags # legacy|o3|think-tags|current
# Force a specific model name
# CHATGPT_LOCAL_DEBUG_MODEL=gpt-5