Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples

This package provides runnable usage examples for Kurt

OpenAI

pnpm start:openai

The following environment variables are needed to run the example

OPENAI_API_KEY=<replace>

VertexAI

pnpm start:vertex

The following environment variables are needed to run the example

VERTEX_AI_PROJECT=<replace>
VERTEX_AI_LOCATION=<replace>

Running all examples

pnpm start