We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28d986 commit 6f3993bCopy full SHA for 6f3993b
src/llama_cpp_agent/mixtral_8x22b_agent.py
@@ -70,11 +70,10 @@ def get_response(
70
if self.debug_output:
71
print(text)
72
result = self.agent.get_text_response(
73
- text[1:],
+ text,
74
llm_sampling_settings=llm_sampling_settings,
75
print_output=self.debug_output,
76
)
77
- self.tokenizer_v3.instruct_tokenizer.tokenizer.get_control_token()
78
if result.strip().startswith("[TOOL_CALLS]"):
79
tool_calls = []
80
0 commit comments