# 克隆仓库
git clone https://github.com/SillyTavern/SillyTavern.git
cd SillyTavern
# 安装依赖
npm install
# 启动应用
npm starthttp://localhost:8000| 配置项 | 值 |
|---|---|
| API类型 | OpenAI |
| API URL | https://bestapi.aqi.email/v1/chat/completions |
| API Key | sk-your-token-here |
| 模型 | claude-3-5-sonnet-20241022 或其他可用模型 |
{
"reverse_proxy": "https://bestapi.aqi.email/v1",
"proxy_password": "",
"claude_use_sysprompt": true,
"claude_exclude_prefixes": false,
"openai_max_context": 200000,
"openai_max_tokens": 4000,
"temperature": 0.7,
"frequency_penalty": 0,
"presence_penalty": 0,
"top_p": 1.0
}{{#if system}}{{system}}
{{/if}}{{#if persona}}{{persona}}
{{/if}}{{#if scenario}}{{scenario}}
{{/if}}{{#if wiJailbreak}}{{wiJailbreak}}
{{/if}}{{#if history}}{{history}}
{{/if}}{{char}}: {{message}}claude-3-5-sonnet-20241022 - 最佳创意写作claude-3-opus-20240229 - 高质量对话gpt-4o - 平衡性能https://bestapi.aqi.email/v1/chat/completionssk- 开头)data 文件夹