Closed
Description
The WebUI is making great progress. Many thanks for that.
I tried to test the chat today. Without using an API-KEY in my settings it works fine.
But how can I enter the API-KEY from my settings into the WebUI? The input option is only displayed if I have not set such a KEY.
If a API-KEY is set in my environment settings, I get the error message
{"message": "Authorization header missing"}
EDIT:
curl -X GET "https://localai/v1/models" -H "Authorization: Bearer sk-my-api-key"|jq
works with the correct key, otherwise "Invalid API key"
Activity