Files
test-ai-sdk/AGENTS.md
abearxiong 96ecbd026e feat: Initialize test-ai-sdk project with Bun
- Add README.md with installation and usage instructions.
- Create bun.lock and pnpm-lock.yaml for dependency management.
- Implement main functionality in index.ts to test AI providers.
- Add opencode.json configuration for various AI providers.
- Create package.json to define project dependencies and scripts.
- Add TypeScript configuration in tsconfig.json for project setup.
- Implement test scripts for different AI providers in src directory.
2026-02-02 02:17:55 +08:00

6 lines
132 B
Markdown

这是一个 bun 项目,测试 ai-sdk 功能。包是通过以下命令安装的:
```bash
bun add ai
bun add @ai-sdk/openai
```