Skip to content

Commit

Permalink
feat: update qwen model name
Browse files Browse the repository at this point in the history
  • Loading branch information
real-jiakai committed Nov 19, 2024
1 parent ab31fcf commit 7813939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/qwen.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default async function handler(req, res) {

try {
const stream = await openai.chat.completions.create({
model: 'qwen-turbo-1101',
model: 'qwen-turbo-latest',
messages: [{ role: 'user', content: message }],
stream: true,
})
Expand Down

0 comments on commit 7813939

Please sign in to comment.