Documentation
¶
Overview ¶
Package main demonstrates sending a request directly to any configured LLM provider.
Set at least one provider key and run:
OPENAI_API_KEY=sk-... go run ./examples/basic ANTHROPIC_API_KEY=sk-ant-... go run ./examples/basic GROQ_API_KEY=gsk_... go run ./examples/basic # (any of the 8 supported provider keys work)
Click to show internal directories.
Click to hide internal directories.