XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Fix import for Agent

e632ef4a
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified docs/pydantic_ai.md +1 -1
@@ -52,7 +52,7 @@ from pydantic_ai import Agent
52 52
53 53 # Define the agent
54 54 agent = Agent(
55 'g4f:Gemini:Gemini',
55 'g4f:Gemini:Gemini', # g4f:provider:model_name or g4f:model_name
56 56 system_prompt='Be concise, reply with one sentence.',
57 57 )
58 58 ```