mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
feat(mcp): switch ask_hexclave model from gemini to glm 5.2
Co-Authored-By: mantra <mantra@stack-auth.com>
This commit is contained in:
parent
f49817655a
commit
66f524e260
@ -143,7 +143,7 @@ export function createHexclaveMcpHandler(config: { streamableHttpEndpoint: strin
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify({
|
||||
quality: "smart",
|
||||
speed: "fast",
|
||||
speed: "slow",
|
||||
tools: ["docs"],
|
||||
systemPrompt: "docs-ask-ai",
|
||||
messages: [{ role: "user", content: question }],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user