Parfii-bot
|
afe0c6f118
|
feat: add transport layer to provider hierarchy
Иерархия: transport → provider → model → profile.
Поле `transport`:
direct-api — прямой HTTP к провайдеру
aws-bedrock — AWS Bedrock (IAM/role + region)
azure-openai — Azure OpenAI (deployment + key)
google-vertex — GCP Vertex AI (service-account JSON)
local — Ollama / MLX / LM Studio
proxy — LiteLLM / OpenRouter
subscription — ChatGPT OAuth (Codex)
Новые провайдеры:
- anthropic-bedrock — Claude через AWS
- openai-azure — GPT через Azure
- google-vertex — Gemini через Vertex
- openrouter — multi-provider proxy
Существующие провайдеры получили transport-тег.
Используется install/lib-onboarding.sh для интерактивного мастера
выбора language → transport → provider → model → credentials.
14 провайдеров суммарно: 5 direct-api + 1 aws + 1 azure + 1 vertex
+ 3 local + 2 proxy + 1 subscription.
|
2026-05-17 02:24:19 +08:00 |
|