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
DEFAULT_TOOL_PROMPT = ( "You have access to the following tools:\n{tool_text}" "Use the following format if using a tool:\n" "```\n" "Action: tool name (one of [{tool_names}])\n" "Action Input: the input to the tool, in a JSON format representing the kwargs " """(e.g. ```{{"input": "hello world", "num_beams": 5}}```)\n""" "```\n" )
Reminder
System Info
启动环境不存在问题,模型可以正常启动推理
Reproduction
将模型注册到dify中,llama3.1-70b-Instruct是支持function call的,在dify中选择模型支持function call,在dify中应用的时候模型不会调用工具;在dify中选择模型不支持function call,在dify中应用的时候模型会react的形式调用工具。
Expected behavior
请问llamafactory-cli api启动的模型是不支持function call吗?还是我参数没写对?llamafactory支持与dify集成吗?
Others
No response
The text was updated successfully, but these errors were encountered: