Files
ailine/.env.example
root 22cc9b1096
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1s
```
docs(.gitignore/README/QUICKSTART): 更新文档和忽略配置

- 添加IDE配置、日志和数据文件到.gitignore
- 重构QUICKSTART.md,提供Docker Compose和本地开发两种部署方式
- 更新README.md,优化项目介绍和架构说明
- 移除旧的agent.py和backend.py文件
```
2026-04-13 23:57:16 +08:00

10 lines
361 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI Agent 环境变量配置模板
# 复制此文件为 .env 并填入真实的 API Key
LOCAL_MODEL_PATH=gemma-4-E2B-it
# 智谱 AI API Key必需
# 获取地址: https://open.bigmodel.cn/
ZHIPUAI_API_KEY=4d568a4367f1442bbc226cc0daf84566.44SsKVWkVIM2Mkeg
# vLLM 本地模型 Token可选仅使用本地模型时需要
VLLM_LOCAL_KEY=token-abc123