Skip to content

Commit

Permalink
Add openwebui ENDPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinfrlch authored Feb 7, 2025
1 parent 0407e1c commit ff1c49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/llmvision/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@
ENDPOINT_GROQ = "https://api.groq.com/openai/v1/chat/completions"
ENDPOINT_LOCALAI = "{protocol}://{ip_address}:{port}/v1/chat/completions"
ENDPOINT_OLLAMA = "{protocol}://{ip_address}:{port}/api/chat"
ENDPOINT_OPENWEBUI = "{protocol}://{ip_address}:{port}/api/chat/completions"
ENDPOINT_AZURE = "{base_url}openai/deployments/{deployment}/chat/completions?api-version={api_version}"

0 comments on commit ff1c49a

Please sign in to comment.