优化quickcommand的上下文提示词

This commit is contained in:
fofolee
2025-02-20 23:57:45 +08:00
parent cf37411717
commit 0de026b870
4 changed files with 139 additions and 36 deletions

View File

@@ -934,7 +934,7 @@ interface quickcommandApi {
* },
* {
* apiType: "openai",
* apiUrl: "https://api.openai.com/v1/chat/completions",
* apiUrl: "https://api.openai.com",
* apiToken: "your-api-token",
* model: "gpt-3.5-turbo"
* }
@@ -948,7 +948,7 @@ interface quickcommandApi {
* },
* {
* apiType: "ollama",
* apiUrl: "http://localhost:11434/api/generate",
* apiUrl: "http://localhost:11434",
* model: "qwen2.5:32b"
* }
* );