mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix import for Agent
This commit is contained in:
parent
1d7155d28b
commit
e632ef4ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ from pydantic_ai import Agent
|
||||||
|
|
||||||
# Define the agent
|
# Define the agent
|
||||||
agent = 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.',
|
system_prompt='Be concise, reply with one sentence.',
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue