8000 Update README.md · notwa/llama-cpp-python@7a98b04 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a98b04

Browse files
committed
Update README.md
1 parent 2957baf commit 7a98b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,12 @@ Note that due to discrepancies between llama.cpp and HuggingFace's tokenizers, i
329329
}
330330
}
331331
}],
332-
tool_choice=[{
332+
tool_choice={
333333
"type": "function",
334334
"function": {
335335
"name": "UserDetail"
336336
}
337-
}],
337+
},
338338
)
339339
```
340340

0 commit comments

Comments
 (0)
0