mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 02:06:47 +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(
|
model = OpenAIChatModel(
|
||||||
"llama",
|
"llama",
|
||||||
provider=OpenAIProvider(base_url="http://localhost:8011/v1"),
|
provider=OpenAIProvider(base_url="http://192.168.50.158:8011/v1"),
|
||||||
)
|
)
|
||||||
|
|
||||||
agent = Agent(
|
agent = Agent(
|
||||||
|
|||||||
Reference in New Issue
Block a user