AI Proxy to swap in any LLM while using OpenAI's SDK
1–7 of 7 posts
Re: AI Proxy to swap in any LLM while using OpenAI's SDK
#2Re: AI Proxy to swap in any LLM while using OpenAI's SDK
#3How does this compare to LocalAI? https://github.com/mudler/LocalAI
Re: AI Proxy to swap in any LLM while using OpenAI's SDK
#4Suspect I’ll end up duplicating OPs efforts though because hosted doesn’t really work for that.
Re: AI Proxy to swap in any LLM while using OpenAI's SDK
#5Been meaning to build similar. Specifically with a view towards mixing local LLMs and openAI. Locals are cheaper and more interesting but less powerful. eg some tasks will need gbnf grammar some won’t. Some can get away with 3.5 others need 4 Suspect I’ll end up duplicating OPs efforts though because hosted doesn’t really work for that.
Re: AI Proxy to swap in any LLM while using OpenAI's SDK
#6How does this compare to LocalAI? https://github.com/mudler/LocalAI
Re: AI Proxy to swap in any LLM while using OpenAI's SDK
#7How does this compare to LocalAI? https://github.com/mudler/LocalAI
The AI Proxy from the post is for using multiple local and remote LLMs over the OpenAI API (along with API key management apparently), while LocalAI is only for using local LLMs.