Skip to content

Commit

Permalink
Add openwebui CONF
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinfrlch authored Feb 7, 2025
1 parent 5967378 commit f7d1fb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/llmvision/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
CONF_AWS_SECRET_ACCESS_KEY = 'aws_secret_access_key'
CONF_AWS_REGION_NAME = 'aws_region_name'
CONF_AWS_DEFAULT_MODEL = 'aws_default_model'
CONF_OPENWEBUI_IP_ADDRESS = 'openwebui_ip'
CONF_OPENWEBUI_PORT = 'openwebui_port'
CONF_OPENWEBUI_HTTPS = 'openwebui_https'
CONF_OPENWEBUI_API_KEY = 'openwebui_api_key'
CONF_OPENWEBUI_DEFAULT_MODEL = 'openwebui_default_model'

# service call constants
MESSAGE = 'message'
Expand Down

0 comments on commit f7d1fb4

Please sign in to comment.