Switch to zai-org/glm-4.7 model
Deploy to NAS / deploy (push) Successful in 1m16s

This commit is contained in:
2026-01-08 20:22:50 -05:00
parent 4cad39d0f6
commit 4c38488161
+1 -1
View File
@@ -29,7 +29,7 @@ export default class AskCommand extends Command {
const response = await axios.post(
'https://nano-gpt.com/api/v1/chat/completions',
{
model: 'deepseek/deepseek-v3.2',
model: 'zai-org/glm-4.7',
messages: [
{
role: 'system',