随笔分类 - sveltekit
摘要:pnpx sv create选择tailwindcss mdsx.config.js: import { defineConfig } from 'mdsx'; import { rehypeCustomHighlight } from '@mdsx/rehype-custom-highlighte
阅读全文
摘要:src/routes/api/completion/+server.ts: import { createOpenAI } from '@ai-sdk/openai'; import { streamText } from 'ai'; import type { RequestHandler } f
阅读全文
摘要:创建工程 pnpx sv create demo cd demo pnpm i openai 安装openai cd demo pnpm i openai 设置.env OPENAI_API_KEY="sk-xxxx" OPENAI_BASE_URL="https://api.fe8.cn/v1"
阅读全文