jkomoros / code-sprouts

A simple framework to build bots using LLMs and simple state management
Apache License 2.0
3 stars 0 forks source link

Enable custom api base url #24

Open johnd0e opened 3 months ago

johnd0e commented 3 months ago

There are a lot of openai-compatible services beyond OpenAI itself. So it would be nice to have possibility to use them.

I mean for example OpenRouter or Groq.

Another example is proxy services such as https://github.com/PublicAffairs/openai-gemini. BTW that is also related to #5.