Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 381 Bytes

llm-popular

Create bindings for popular LLM APIs that conform to the simple ModelApi type.

Currently supports models from:

  • OpenAI
  • Anthropic
  • Google Gemini
  • Meta Llama

examples

Run the examples in the examples directory using vite-node, for example:

npx vite-node examples/simpleResponse.ts

Make sure to set up a proper .env file to hold your API keys