mirror of
https://github.com/Gitlawb/openclaude.git
synced 2026-08-24 10:14:19 -05:00
feat(providers): add focused LLMTR hybrid gateway (#2150)
* feat: add LLMTR hybrid gateway * feat: support LLMTR_API_KEY * fix: allow LLMTR provider env files * fix: protect LLMTR credential routing * fix: protect LLMTR profile credentials * fix: complete LLMTR env lifecycle * fix: select LLMTR model before client setup * fix: address LLMTR review findings * fix: route LLMTR auxiliary models correctly * fix: complete LLMTR credential boundaries * fix: clear persisted LLMTR startup keys * fix: normalize LLMTR generic credentials * fix: scope LLMTR credential support * fix: align LLMTR credential boundaries * fix: close LLMTR credential boundaries * fix: clear stale LLMTR auth state * fix: clear persisted LLMTR credentials * fix: complete LLMTR setup contracts * fix: close LLMTR lifecycle gaps * fix(providers): close LLMTR credential boundaries * fix(providers): preserve saved LLMTR profile keys
This commit is contained in:
@@ -211,6 +211,13 @@ ANTHROPIC_API_KEY=sk-ant-your-key-here
|
||||
# OPENAI_BASE_URL=https://api.aimlapi.com/v1
|
||||
# OPENAI_MODEL=gpt-4o
|
||||
|
||||
# For LLMTR, prefer its dedicated key. Raw env setup must also set
|
||||
# OPENAI_BASE_URL and OPENAI_MODEL. OPENAI_API_KEY remains supported:
|
||||
# LLMTR_API_KEY=your-llmtr-key-here
|
||||
# OPENAI_API_KEY=your-llmtr-key-here # supported fallback
|
||||
# OPENAI_BASE_URL=https://llmtr.com/v1
|
||||
# OPENAI_MODEL=deepseek/deepseek-v4-flash
|
||||
|
||||
# Use a custom OpenAI-compatible endpoint (optional — defaults to api.openai.com)
|
||||
# OPENAI_BASE_URL=https://api.openai.com/v1
|
||||
# Choose the OpenAI-compatible API surface (optional).
|
||||
|
||||
Reference in New Issue
Block a user