billstei
Results
1
comments of
billstei
FWIW changing the function calling example code (from https://github.com/abetlen/llama-cpp-python/blob/main/examples/notebooks/Functions.ipynb ) from a role of "tool" to that of "function": messages.append( { "tool_call_id": tool_call.id, #"role": "tool", "role": "function", "name": function_name, "content":...