摘要: import { createOpenAI } from '@ai-sdk/openai'; import { streamText } from 'ai'; const openai = createOpenAI({ apiKey: 'sk-...', baseURL: 'https://...' 阅读全文
posted @ 2025-01-18 15:51 卓能文 阅读(46) 评论(0) 推荐(0)