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
For other models that using `LlamaForCausalLM` architecture, for example, [aiXcoder-7B](https://huggingface.co/aiXcoder/aixcoder-7b-base), try `-a Yi`.
SYS_PROMPT_TEMPLATE="""You are an expert in composing functions. You are given a question and a set of possible functions. Based on the question, you will need to make one or more function/tool calls to achieve the purpose.
37
+
If none of the function can be used, point it out. If the given question lacks the parameters required by the function, also point it out.
38
+
You should only return the function call in tools call sections.
39
+
40
+
If you decide to invoke any of the function(s), you MUST put it in the format of [func_name1(params_name1=params_value1, params_name2=params_value2...), func_name2(params)]
41
+
You SHOULD NOT include any other text in the response.
42
+
Here is a list of functions in JSON format that you can invoke.\n{functions}\n
0 commit comments