Removed cache control
This commit is contained in:
parent
eca86cd93b
commit
5702e5ee1f
@ -3716,8 +3716,7 @@ def function_call_prompt(messages: list, functions: list):
|
||||
else:
|
||||
message["content"].append({
|
||||
"type": "text",
|
||||
"text": f""" {function_prompt}""",
|
||||
"cache_control": {"type": "ephemeral"}
|
||||
"text": f""" {function_prompt}"""
|
||||
})
|
||||
function_added_to_prompt = True
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user