Medal Huang

Results 2 issues of Medal Huang

摘要: 因为目前的 gpt3.5/4 无法区分成语,所以想实现“成语接龙”必须使用外部信息。我们把成语辞典的内容存入数据库,通过使用 LLM 的 function calling 来判断当前用户输入是否是成语、以及下一个应该接龙的成语,来让 LLM 具备成语接龙的能力。 文章链接 [https://animos-ai.notion.site/LLM-function-calling-e9756cef15b54f7684658fd4e5d1096b](https://animos-ai.notion.site/LLM-function-calling-e9756cef15b54f7684658fd4e5d1096b)

weekly

I want to hangup the phone in a LLM tool call, so in the tool context I called llm.push_frame(EndFrame()), but this could not hangup the call. So is it possible...