| #
7775eee7 |
| 29-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix interface handling with generic model
|
| #
7bd2bac6 |
| 28-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
make ollama auth optional
|
| #
d72a84c5 |
| 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
move api endpoint init to AbstractModel
This should finally solve the chicken-egg issue. This also renames the ollama url parameter from baseurl to apiurl and sets a sensible default
|
| #
ac84f472 |
| 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix groq test and temperature issue
|
| #
7c3b69cb |
| 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
refactor HTTP Client initialization
|
| #
2e22aefb |
| 15-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
introduce a "Generic" model
This is basically an OpenAI implementation, which then can be reused by most other providers since they usually implement a somewhat compatible API. The API URL can be se
introduce a "Generic" model
This is basically an OpenAI implementation, which then can be reused by most other providers since they usually implement a somewhat compatible API. The API URL can be set manually so it should be easy to add new unsupported providers.
show more ...
|