fix: move BDI core agent to make documentation generation better
Previously, the BDI Core Agent wasn't included in the docs. ref: N25B-299
This commit is contained in:
@@ -87,12 +87,10 @@ class LLMSettings(BaseModel):
|
||||
|
||||
:ivar local_llm_url: URL for the local LLM API.
|
||||
:ivar local_llm_model: Name of the local LLM model to use.
|
||||
:ivar request_timeout_s: Timeout in seconds for LLM requests.
|
||||
"""
|
||||
|
||||
local_llm_url: str = "http://localhost:11434/v1/chat/completions"
|
||||
local_llm_url: str = "http://localhost:1234/v1/chat/completions"
|
||||
local_llm_model: str = "gpt-oss"
|
||||
request_timeout_s: int = 10
|
||||
|
||||
|
||||
class VADSettings(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user