Update meme_agent_persona_generator.py

pull/1101/head
CI-DEV 1 week ago committed by GitHub
parent 33661ea132
commit 6ed99b05eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -163,7 +163,7 @@ class MemeAgentGenerator:
""" """
logger.info("Creating agents for task") logger.info("Creating agents for task")
model = LiteLLM( model = LiteLLM(
model_name="gpt-4o", model_name="gpt-4.1",
system_prompt=BOSS_SYSTEM_PROMPT, system_prompt=BOSS_SYSTEM_PROMPT,
temperature=0.1, temperature=0.1,
response_format=MemeSwarmConfig, response_format=MemeSwarmConfig,
@ -227,7 +227,7 @@ class MemeAgentGenerator:
agent_name=agent_name, agent_name=agent_name,
description=agent_description, description=agent_description,
system_prompt=agent_system_prompt, system_prompt=agent_system_prompt,
model_name="gpt-4o-mini", model_name="gpt-4.1",
max_loops=max_loops, max_loops=max_loops,
autosave=True, autosave=True,
dashboard=False, dashboard=False,

Loading…
Cancel
Save