Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

API Keychain — Node.js (JavaScript) example

npm install openai
export KEYCHAIN_KEY="ak-your-key"
export GATEWAY_URL="http://localhost:8000"
node chat.mjs

Uses the official OpenAI SDK with a custom baseURL pointing at your gateway.