No description
Find a file
Ray Andrew c17ffa41f5
chore: remove litellm config and new-api setup files
The diff shows the deletion of three files that were part of the old litellm configuration and new-api setup:
1. `litellm/config.yaml` - Contains the old model configuration and fallback settings
2. `new-api/CHANNELS.md` - Documentation for channel configuration in new-api
3. `new-api/init-channels.sh` - Script to initialize new-api channels and tokens

These files are being removed as part of a refactor or migration away from the old setup pattern. The removal is a cleanup operation that removes the old configuration artifacts and associated setup scripts for the new-api system that was previously used for centralized model routing and channel management.

None of the changes require a breaking change notice as they are removing deprecated configuration files rather than introducing breaking changes.

The deletion of these files suggests a shift away from the previous litellm-based centralized model routing approach to a new system or configuration method. The removal of the init script also indicates that the automatic channel setup has been eliminated, likely replaced by a different approach to API key management and model routing.
2026-02-15 03:55:12 -06:00
llm-gateway feat(dashboard): add responsive mobile sidebar with toggle functionality 2026-02-15 03:18:37 -06:00
monitoring feat(gateway): add llm-gateway service 2026-02-15 01:23:50 -06:00
searxng feat: replace LiteLLM with new-api for LLM proxy and add monitoring stack 2026-02-14 12:54:58 -06:00
.env.example chore(docker): cleanup 2026-02-15 01:26:49 -06:00
.gitignore chore: add .claude to gitignore 2026-02-14 03:08:01 -06:00
cloud-init.yml feat(cloud-init): update setup 2026-02-13 00:57:13 -06:00
docker-compose.yml fix(compose): env not found 2026-02-15 02:33:15 -06:00
llm-gateway.yaml feat(gateway): make API unlimited 2026-02-15 02:30:49 -06:00