v1.0 - 文章编写系统初始版本
功能: - 主题管理(创建/编辑/删除) - 素材收集(文本/图片) - Prompt编辑 - 大模型生成文章 - 文章管理(查看/编辑/删除) 技术栈:Flask + SQLite + LLM API
This commit is contained in:
4
.env.example
Normal file
4
.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# LLM API 配置
|
||||
LLM_URL=https://your-llm-api/v1/chat/completions
|
||||
LLM_API_KEY=your-api-key-here
|
||||
LLM_MODEL=qwen3.6-plus
|
||||
Reference in New Issue
Block a user