From e632ef4ac10903659ebd166d6f273df35e0bcd42 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Fri, 21 Feb 2025 08:43:28 +0100 Subject: Fix import for Agent --- docs/pydantic_ai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pydantic_ai.md b/docs/pydantic_ai.md index cb596eef..329886aa 100644 --- a/docs/pydantic_ai.md +++ b/docs/pydantic_ai.md @@ -52,7 +52,7 @@ from pydantic_ai import Agent # Define the agent agent = Agent( - 'g4f:Gemini:Gemini', + 'g4f:Gemini:Gemini', # g4f:provider:model_name or g4f:model_name system_prompt='Be concise, reply with one sentence.', ) ``` -- cgit v1.2.3