Skip to main content

switch_model

Method
This is a method of the Agent class in the agent module.
Switch the agent’s LLM model while preserving conversation history.

Signature

Parameters

str
required
The new model name to switch to (e.g., “gpt-4o”, “claude-3-sonnet”)

Uses

  • LLM

Source

View on GitHub

praisonaiagents/agent/agent.py at line 6087