Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```