mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-19 01:36:18 +00:00
feat: [#49] minimally functioning bot
This commit is contained in:
@@ -11,9 +11,9 @@ class ApiSettings(pydantic_settings.BaseSettings):
|
||||
extra="ignore",
|
||||
)
|
||||
|
||||
url: str
|
||||
port: int
|
||||
protocol: str
|
||||
url: str = "127.0.0.1"
|
||||
port: int = 8000
|
||||
protocol: str = "http"
|
||||
|
||||
@property
|
||||
def api_url(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user