功能: - 主题管理(创建/编辑/删除) - 素材收集(文本/图片) - Prompt编辑 - 大模型生成文章 - 文章管理(查看/编辑/删除) 技术栈:Flask + SQLite + LLM API
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
# LLM API 配置
|
|
LLM_URL=https://your-llm-api/v1/chat/completions
|
|
LLM_API_KEY=your-api-key-here
|
|
LLM_MODEL=qwen3.6-plus
|