[go: up one dir, main page]

Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, great project, I loved and it's fun too!

I was wondering if you're able to add support for Ollama and KoboldCPP?

Ollama has a different api than OpenAI uses, so it won't work through "custom OpenAI endpoint".

When I try to use KoboldCPP(Which has an OpenAI compatible api port), I get "Error: http/1.1 401 unauthorized".

Thank you for your time. (And sorry for my bad English.)

(+1)

Thank you for your kind comment! I will look into those models you mentioned. Right now I am making a direct request to OpenAI's servers and just substituting in the model name, so anything more advanced than that won't work.