pennlabs / office-hours-queue

An online office hours queue
https://ohq.io/
MIT License
23 stars 2 forks source link

[Feat] ChatGPT Integration Part 2: LLM API #283

Open trangiabach opened 1 year ago

trangiabach commented 1 year ago

This is related to #279. An article for reference.

krrishdholakia commented 1 year ago

Hey @trangiabach - i'm the maintainer of LiteLLM (https://github.com/BerriAI/litellm)

a library to simplify calling multiple LLM APIs (OpenAI, Anthropic, Palm, Replicate, etc.) with a drop-in replacement for the openai-python sdk.

We also have an opensource proxy server that i think might help deal with some of the issues you've outlined, especially around rate limits.

Here's the code - https://github.com/BerriAI/liteLLM-proxy

Let me know if this is helpful - happy to contribute if necessary!