haseeb-heaven / code-interpreter

An innovative open-source Code Interpreter with (GPT,Gemini,Claude,LLaMa) models.
https://pypi.org/project/open-code-interpreter/
MIT License
233 stars 42 forks source link

Why not use LiteLLM? #1

Closed krrishdholakia closed 11 months ago

krrishdholakia commented 11 months ago

Hi @haseeb-heaven,

Curious what litellm was missing to be useful here? Any feedback would be great https://github.com/haseeb-heaven/open-code-interpreter/blob/4c142036c430b1184c8eb420c8af804638ee73d1/interpreter.py#L7

haseeb-heaven commented 11 months ago

Thanks for suggestion, If you have reference for using LiteLLM with HugginFace models that would be great i would definitely add that.

haseeb-heaven commented 11 months ago

Found some Resources and will add that in next update.

haseeb-heaven commented 11 months ago

Added Support with LiteLLM now :)