ใช้งาน typhoon2.5-qwen3-4b ไม่ได้ แต่ใช้ typhoon-v2.1-12b-instruct ได้

#1
by PawarisaC66 - opened

ลองใช้ model typhoon2.5-qwen3-4b ในการหาแบบฝึกหัดวิชาคณิตศาสตร์ให้เด็ก ป5 แต่ไม่สามารถใช้งานได้ ที่ server จะตอบกลับแบบนี้
D:\math-adventure-grade-5\backend>node server.js
[[email protected]] injecting env (2) from ...env.local -- tip: 🔐 prevent committing .env to code: https://dotenvx.com/precommit
--- ENV Load Status ---
API_KEY is defined: true
API_KEY starts with: sk-9R...

STEP 2: OpenAI Client initialized successfully.
STEP 3: Setting up middleware and routes...
STEP 4: Middleware setup complete. Ready to listen.
Proxy server listening at http://localhost:3001
Incoming Request: Topic=การแปลงเศษส่วน, Difficulty=Easy
Typhoon/OpenAI Error (Final Catch): BadRequestError: 400 status code (no body)
at APIError.generate (file:///D:/math-adventure-grade-5/node_modules/openai/core/error.mjs:41:20)
at OpenAI.makeStatusError (file:///D:/math-adventure-grade-5/node_modules/openai/client.mjs:162:32)
at OpenAI.makeRequest (file:///D:/math-adventure-grade-5/node_modules/openai/client.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///D:/math-adventure-grade-5/backend/server.js:109:22 {
status: 400,
headers: HeadersList {
cookies: null,
[Symbol(headers map)]: Map(5) {
'content-type' => [Object],
'x-cloud-trace-context' => [Object],
'date' => [Object],
'server' => [Object],
'content-length' => [Object]
},
[Symbol(headers map sorted)]: [ [Array], [Array], [Array], [Array], [Array] ]
},
requestID: null,
error: undefined,
code: undefined,
param: undefined,
type: undefined
}
ขอคำแนะนำด้วยค่ะ น่าจะเป็นเรื่องสิทธ์การใช้หรือเปล่าคะ เพราะใช้กับ model 2.1 ได้

SCB 10X org

สวัสดีครับ สามารถ ขอ ตัว body payload ได้ไหมครับ

Sign up or log in to comment