carlrobertoh / llm-client

User-friendly Java HTTP client that provides access to large language model APIs and services
https://central.sonatype.com/artifact/ee.carlrobert/llm-client
MIT License
17 stars 27 forks source link

feat: optional apiKey for OllamaClient as Bearer token #32

Closed PhilKes closed 2 months ago

PhilKes commented 3 months ago

Authentication can be added to ollama via proxy, therefore add optional apiKey as Bearer Token (same as for LlamaClient)