@mfbtech/llm-popular
v1.1.0
Published
Create uniform bindings for popular llm apis
Downloads
2,106
Readme
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