fix minor typo (#958)
* fix minor typo * Fix typo --------- Co-authored-by: Andrei <abetlen@gmail.com>
This commit is contained in:
parent
e9bc4c4baf
commit
c1d92ce680
1 changed files with 2 additions and 1 deletions
|
@ -207,7 +207,8 @@ The gguf-converted files for this model can be found here: [functionary-7b-v1](h
|
||||||
messages = [
|
messages = [
|
||||||
{
|
{
|
||||||
"role": "system",
|
"role": "system",
|
||||||
"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"
|
"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"
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
|
|
Loading…
Reference in a new issue