fix interface handling with generic model
make ollama auth optional
move api endpoint init to AbstractModelThis should finally solve the chicken-egg issue. This also renames theollama url parameter from baseurl to apiurl and sets a sensible default
fix groq test and temperature issue
refactor HTTP Client initialization
introduce a "Generic" modelThis is basically an OpenAI implementation, which then can be reused bymost other providers since they usually implement a somewhat compatibleAPI. The API URL can be se
introduce a "Generic" modelThis is basically an OpenAI implementation, which then can be reused bymost other providers since they usually implement a somewhat compatibleAPI. The API URL can be set manually so it should be easy to add newunsupported providers.
show more ...