14 lines
617 B
Bash
14 lines
617 B
Bash
TUTOR_HTTP_ADDR=:8080
|
|
DATABASE_URL=postgresql://neondb_owner:npg_MNHX2arVQqI3@ep-dry-star-akdkpb5p.c-3.us-west-2.aws.neon.tech/neondb?sslmode=require
|
|
TUTOR_ENV=development
|
|
TUTOR_WORKFLOW_RUNTIME=deepseek-v4-flash
|
|
TUTOR_MODEL_KEY=deepseek-v4-flash
|
|
TUTOR_IMAGE_MODEL_KEY=gpt-image-v2
|
|
THIRDONE_BIN=thirdone
|
|
TUTOR_PUBLIC_URL=https://tutor.uljisoft.com
|
|
# third-one endpoint (no API key needed — auth handled by third-one):
|
|
TUTOR_LLM_ENDPOINT=http://localhost:11434/v1
|
|
# For direct API access (e.g. OpenAI, DeepSeek), set endpoint + key:
|
|
# TUTOR_LLM_ENDPOINT=https://api.deepseek.com
|
|
# TUTOR_LLM_API_KEY=sk-your-key-here
|