style: tiny style fixes
This commit is contained in:
@@ -19,8 +19,8 @@ class AgentSettings(BaseModel):
|
||||
|
||||
|
||||
class LLMSettings(BaseModel):
|
||||
local_llm_url: str = "http://127.0.0.1:1234/v1/chat/completions"
|
||||
local_llm_model: str = "openai/gpt-oss-20b"
|
||||
local_llm_url: str = "http://145.107.82.68:1234/v1/chat/completions"
|
||||
local_llm_model: str = "openai/gpt-oss-120b"
|
||||
|
||||
class Settings(BaseSettings):
|
||||
app_title: str = "PepperPlus"
|
||||
|
||||
Reference in New Issue
Block a user