Update OpenAIProvider base URL to use the correct IP address

This commit is contained in:
2026-06-22 21:46:14 +08:00
parent 027468cb5a
commit f51db3eb97
+1 -1
View File
@@ -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(