1.1 examples
Browse files
README.md
CHANGED
@@ -59,10 +59,7 @@ ASSISTANT:
|
|
59 |
Assistant will deliver function call responses between \<functioncall> and <|endoftext|>:
|
60 |
|
61 |
|
62 |
-

|
66 |
|
67 |
|
68 |
(Please note that <|endoftext|> is not an EOS/EOT token, it is used to indicate the end of function call responses specifically.)
|
@@ -70,11 +67,7 @@ Assistant will deliver function call responses between \<functioncall> and <|end
|
|
70 |
For handling of function call responses, append "FUNCTION RESPONSE: " to the existing chat history:
|
71 |
|
72 |
|
73 |
-
|
74 |
-

|
75 |
-
|
76 |
-
|
77 |
-

|
78 |
|
79 |
|
80 |
Fireplace is optimized for function/code capabilities and not general chat, but it has also been trained to utilize general instruct-chat capabilities:
|
|
|
59 |
Assistant will deliver function call responses between \<functioncall> and <|endoftext|>:
|
60 |
|
61 |
|
62 |
+

|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
(Please note that <|endoftext|> is not an EOS/EOT token, it is used to indicate the end of function call responses specifically.)
|
|
|
67 |
For handling of function call responses, append "FUNCTION RESPONSE: " to the existing chat history:
|
68 |
|
69 |
|
70 |
+

|
|
|
|
|
|
|
|
|
71 |
|
72 |
|
73 |
Fireplace is optimized for function/code capabilities and not general chat, but it has also been trained to utilize general instruct-chat capabilities:
|