mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
# Gitea配置
|
|
GITEA_API_URL=http://your-gitea-instance.com/api/v1
|
|
GITEA_ACCESS_TOKEN=your_gitea_access_token
|
|
|
|
# OpenAI配置
|
|
OPENAI_BASE_URL=https://api.openai.com/v1
|
|
OPENAI_API_KEY=your_openai_api_key
|
|
OPENAI_MODEL=gpt-4o-mini
|
|
|
|
# 应用配置
|
|
PORT=3000
|
|
WEBHOOK_SECRET=your_webhook_secret
|