Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 249 Bytes

File metadata and controls

10 lines (8 loc) · 249 Bytes

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.