Express + AI SDK

Using AI SDK in an Express app.
0
boilerplate.detail.repositoryAccess.title
boilerplate.detail.repositoryAccess.descriptionPrivate
boilerplate.detail.metadata.lastUpdated
il y a 2 mois
R
boilerplate.detail.metadata.author
Renaudboilerplate.detail.metadata.price
boilerplate.detail.metadata.free
文档
Express.js + AI SDK Example
You can use the AI SDK in an Express.js server to generate and stream text and objects.
Usage
- Create .env file with the following content (and more settings, depending on the providers you want to use):
OPENAI_API_KEY=\"YOUR_OPENAI_API_KEY\"
- Run the following commands from the root directory of the AI SDK repo:
pnpm install
pnpm build
- Run the following command:
pnpm dev
- Test the endpoint with Curl:
curl -X POST http://localhost:8080
curl -X POST http://localhost:8080/custom-data-parts
curl -i http://localhost:8080/chat \\
-H \"Content-Type: application/json\" \\
--data '{ \"messages\":[{\"role\":\"user\\