Ran

Results 53 comments of Ran

Is there a working lithium config? If so then I could probably get MCMT to work with it without manually changing the config _Just give me the values that has...

I really don't like the parameterized ChatMessage, it completely breaks my entire code. It'll be better with something like ```java @JsonInclude() // content should always exist in the call, even...

I honestly just feel like forking and just taking over this project, the only problem is that it's sort of quite difficult to merge PRs created in this repo from...

Any questions like "Search for some Genshin Impact OSTs on YouTube"

Your commit only updated ModerationCategory, seems like you forgot to commit your ModerationCategoryScore changes to GitHub

Is it also possible to also add something that can change the openai base url? So this could work with the microsoft azure openai endpoint or proxies

just add a way to change the openai base url from the cli so we can use the azure endpoint or any proxy endpoint

Oh that's not quite what I meant, true that it doesn't quite make sense for oganizations to have another proxy if they're already going to use the gateway (*unless they...

I sort of want something like this if it's doable ```json // Load balancing between 2 OpenAI proxies { "strategy": { "mode": "loadbalance" }, "targets": [ { "provider": "openai", "base_url":...

Anymore progress on this or is this still in consideration? Gateway would be massively useful to me but sadly I sort of need this feature in order to even start...