Skip to content

Commit 28557c6

Browse files
authored
Merge branch 'derogab:master' into master
2 parents 8a2cc53 + 04071a9 commit 28557c6

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
|----------|-------------|---------|
2626
| `TELEGRAM_BOT_TOKEN` | Your Telegram bot token (required) | - |
2727
| `WHITELISTED_CHATS` | Comma-separated list of allowed chat IDs (optional) | - |
28+
| `PROVIDER` | Explicit LLM provider selection (optional). Valid options: `openai`, `cloudflare`, `ollama`, `llama.cpp`. If not set, auto-detects based on configured credentials. | - |
2829
| `OPENAI_API_KEY` | Your OpenAI API key (optional, for OpenAI integration) | - |
2930
| `OPENAI_BASE_URL` | Custom OpenAI API base URL (optional, for OpenAI-compatible APIs) | - |
31+
| `OPENAI_MODEL` | OpenAI model to use (optional, for OpenAI integration) | gpt-4o-mini |
3032
| `OLLAMA_URI` | URI for the Ollama server (optional) | http://localhost:11434 |
3133
| `OLLAMA_MODEL` | Model to use with Ollama (optional) | llama3.1 |
3234
| `CLOUDFLARE_ACCOUNT_ID` | Cloudflare account ID (optional, for Cloudflare AI) | - |

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "derogab",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@derogab/llm-proxy": "0.3.5",
15+
"@derogab/llm-proxy": "0.4.0",
1616
"@derogab/stt-proxy": "0.2.1",
1717
"dotenv": "17.2.3",
1818
"grammy": "1.39.3",

0 commit comments

Comments
 (0)