8000 fix minor typo (#958) · shawnx11/llama-cpp-python@c1d92ce · GitHub
[go: up one dir, main page]

Skip to content

Commit c1d92ce

Browse files
fix minor typo (abetlen#958)
* fix minor typo * Fix typo --------- Co-authored-by: Andrei <abetlen@gmail.com>
1 parent e9bc4c4 commit c1d92ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ The gguf-converted files for this model can be found here: [functionary-7b-v1](h
207207
messages = [
208208
{
209209
"role": "system",
210-
"content": "A chat between a curious user and an artificial intelligence assitant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant callse functions with appropriate input when necessary"
210+
"content": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. The assistant calls functions with appropriate input when necessary"
211+
211212
},
212213
{
213214
"role": "user",

0 commit comments

Comments
 (0)
0