You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/puzzle/PycharmProjects/ai-manage/.venv/bin/python /Users/puzzle/PycharmProjects/ai-manage/AutoGenV04Test/BasicTest/6_RunTeamDeepSeek.py
---------- user ----------
写一首关于秋季的短诗
---------- primary ----------
《秋日手记》
枫叶在晨光中舒展锈色
风的手指蘸取露水
给每根草茎镀上银质签名
稻穗垂首
大地正在称量金属的叹息
候鸟剪开云层时
天空的伤口渗出琥珀
所有等待都蜷成种籽
在年轮深处
刻下尚未愈合的纹路
/Users/puzzle/PycharmProjects/ai-manage/.venv/lib/python3.11/site-packages/autogen_ext/models/openai/_openai_client.py:855: UserWarning: Could not find .. field in model response content. No thought was extracted.
thought, content = parse_r1_content(content)
Which packages was the bug in?
Python AgentChat (autogen-agentchat>=0.4.0)
AutoGen library version.
Python 0.4.7
Other library version.
No response
Model used
deepseek-r1
Model provider
DeepSeek (Hosted)
Other model provider
tongyi qwen
Python version
3.11
.NET version
None
Operating system
MacOS
The text was updated successfully, but these errors were encountered:
import os
import asyncio
from autogen_agentchat.agents import AssistantAgent
from autogen_agentchat.conditions import MaxMessageTermination, TextMentionTermination
from autogen_agentchat.teams import RoundRobinGroupChat
from autogen_ext.models.openai import OpenAIChatCompletionClient
from autogen_agentchat.ui import Console
from autogen_core.models import UserMessage, ModelFamily
What happened?
/Users/puzzle/PycharmProjects/ai-manage/.venv/bin/python /Users/puzzle/PycharmProjects/ai-manage/AutoGenV04Test/BasicTest/6_RunTeamDeepSeek.py
---------- user ----------
写一首关于秋季的短诗
---------- primary ----------
《秋日手记》
枫叶在晨光中舒展锈色
风的手指蘸取露水
给每根草茎镀上银质签名
稻穗垂首
大地正在称量金属的叹息
候鸟剪开云层时
天空的伤口渗出琥珀
所有等待都蜷成种籽
在年轮深处
刻下尚未愈合的纹路
/Users/puzzle/PycharmProjects/ai-manage/.venv/lib/python3.11/site-packages/autogen_ext/models/openai/_openai_client.py:855: UserWarning: Could not find .. field in model response content. No thought was extracted.
thought, content = parse_r1_content(content)
Which packages was the bug in?
Python AgentChat (autogen-agentchat>=0.4.0)
AutoGen library version.
Python 0.4.7
Other library version.
No response
Model used
deepseek-r1
Model provider
DeepSeek (Hosted)
Other model provider
tongyi qwen
Python version
3.11
.NET version
None
Operating system
MacOS
The text was updated successfully, but these errors were encountered: