Added INTENT.md file and reviewed scope
This commit is contained in:
parent
665e925be6
commit
66dfc7cf06
2 changed files with 97 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue