Closed Maxiboy441 closed 2 months ago
Rebuild the request so its like in the following issue
https://github.com/open-webui/open-webui/discussions/1349 or http://api.webai.maxih.de/api/v1/docs
to the endpoint api.webai.maxih.de/ollama/api/generate
uses model "movie-critic"
From the auth token of the API User as berear
Dont commit the token, make it a appenv
_client.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", "TOKEN");
Rebuild the request so its like in the following issue
https://github.com/open-webui/open-webui/discussions/1349 or http://api.webai.maxih.de/api/v1/docs
to the endpoint api.webai.maxih.de/ollama/api/generate
uses model "movie-critic"
From the auth token of the API User as berear
Dont commit the token, make it a appenv