generated from coulomb/repo-seed
Added INTENT.md file and reviewed scope
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# llm-connect
|
||||
|
||||
Pluggable LLM adapters for Python. Supports OpenRouter, Gemini, OpenAI, and
|
||||
the Claude Code CLI out of the box, with a clean abstract interface for adding
|
||||
Pluggable LLM adapters for Python and the commandline. Supports OpenRouter, Gemini,
|
||||
OpenAI, and the Claude Code CLI out of the box, with a clean abstract interface for adding
|
||||
your own.
|
||||
|
||||
## Quick start
|
||||
@@ -31,8 +31,6 @@ pip install llm-connect
|
||||
|---|---|---|
|
||||
| `"openrouter"` | `OpenRouterAdapter` | OpenAI-compatible endpoint; supports all OpenRouter models |
|
||||
| `"gemini"` | `GeminiAdapter` | Google Generative Language REST API; supports free tier |
|
||||
| `"openai"` | `OpenAIAdapter` | OpenAI chat completions endpoint |
|
||||
| `"claude-code"` | `ClaudeCodeAdapter` | Shells out to the `claude --print` CLI; no API key needed |
|
||||
|
||||
```python
|
||||
from llm_connect import create_adapter
|
||||
|
||||
Reference in New Issue
Block a user