Co-creation-projects/zzuu222-LanlearnAgent/README.md
一个语言学习agent,以对话来帮助用户进行语言学习,使用目标语言和ai讨论日常、专业知识、百科知识或者新闻等等。
详细介绍你的项目:
pip install -r requirements.txt
cp .env.example .env
第1轮对话
请输入句子进行对话:Hi, you got anything new about RTX 60 series?
✅ Tavily 搜索引擎已初始化
⚠️ 未安装 google-search-results,无法使用 SerpApi 搜索
🔧 混合搜索模式已启用,可用后端: tavily
INFO:openai._base_client:Retrying request to /chat/completions in 0.475520 seconds
That's a really interesting topic, and I'm glad you brought it up. So, based on the latest rumors,......
......
......
第4轮对话
请输入句子进行对话:bye, i have to go.
Thanks for the reminder. I see that in your last message, "bey" should be "bye," and "i" should be capitalized as "I." So the correct sentence would be: "Bye, I have to go."
It was a pleasure chatting with you about the RTX 60 series and the 5070 Ti. Feel free to come back if you have more questions or want to practice English. Take care!
对话总结如下:
以下是根据当前对话内容生成的总结,包含语法易错点和较难单词(对应中级难度,即四级到六级水平)。
---
### 【语法和易错点总结】
1. **现在完成时中动词形式错误**
- 用户错误:`"I have not think"`
- 正确:`"I have not thought"`(think 的过去分词是 thought)
- 提示:现在完成时(have/has + 过去分词)中,动词必须用过去分词形式,不能直接用原形。
2. **否定回答的用词错误**
......
......
MIT License
感谢Datawhale社区和Hello-Agents项目!