Open RamboRogers opened 1 week ago
I resolved by making this change.
spec:
containers:
- name: litellm
image: ghcr.io/berriai/litellm:main-latest
command: ["/usr/local/bin/python"]
args: ["/usr/local/bin/litellm", "--port", "4000", "--config", "/app/proxy_server_config.yaml"]
The link to the bad config example is here,
What happened?
When launching the examples for Kubernetes, the config file defined is not used by litellm.
Relevant log output
Twitter / LinkedIn details
@ramborogers