Skip to content

Latest commit

 

History

History
 
 

express

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Express.js + AI SDK Example

You can use the AI SDK in an Express.js server to generate and stream text and objects.

Usage

  1. 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"
  1. Run the following commands from the root directory of the AI SDK repo:
pnpm install
pnpm build
  1. Run the following command:
pnpm tsx src/server.ts
  1. Test the endpoint with Curl:
curl -X POST http://localhost:8080