Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magic3007/llm-proxy
🤖 Using litellm to proxy various LLM models into a unified OpenAI API format for easier use.
https://github.com/magic3007/llm-proxy
Last synced: 1 day ago
JSON representation
🤖 Using litellm to proxy various LLM models into a unified OpenAI API format for easier use.
- Host: GitHub
- URL: https://github.com/magic3007/llm-proxy
- Owner: magic3007
- Created: 2024-11-29T08:10:11.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-26T13:45:19.000Z (14 days ago)
- Last Synced: 2024-12-26T14:28:44.832Z (14 days ago)
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llm-proxy
🤖 Using litellm to proxy various LLM models into a unified OpenAI API format for easier use.
```bash
make echo # echo env variables
make install # install dependencies
make run # run the proxy
make test_proxy # test the proxy
```