mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-20 09:47:57 +00:00
Update OpenAIProvider base URL to use the correct IP address
This commit is contained in:
@@ -21,7 +21,7 @@ logfire.instrument_pydantic_ai()
|
||||
|
||||
model = OpenAIChatModel(
|
||||
"llama",
|
||||
provider=OpenAIProvider(base_url="http://localhost:8011/v1"),
|
||||
provider=OpenAIProvider(base_url="http://192.168.50.158:8011/v1"),
|
||||
)
|
||||
|
||||
agent = Agent(
|
||||
|
||||
Reference in New Issue
Block a user