Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
Auth.java
Go to the documentation of this file.
1package io.github.ollama4j.models.request;
2
3public abstract class Auth {
9 public abstract String getAuthHeaderValue();
10}