-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from brainlid/me-update-api-to-tools
update api to "tools" concept
- Loading branch information
Showing
36 changed files
with
4,891 additions
and
1,115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Model Behaviors | ||
|
||
This is to document some of the differences between model behaviors. This is specifically about how one LLM responds differently than another. This information is likely to get out of date quickly as models change. Still, it may be helpful as a reference or starting point. | ||
|
||
## Pre-filling the assistant's response | ||
|
||
- ChatGPT 3.5 and 4 do not complete a pre-filled assistant response as we might hope. Giving it instructions to provide an answer in an `<answer>{{ANSWER}}</answer>` template, then starting an assistant message with `<answer>` to have it complete it, it will not include the closing `</answer>` tag. | ||
- 2024-04-17 | ||
|
||
- Anthropic's Claude 3 does respond well to pre-filled assistant responses and it is officially encouraged. | ||
- 2024-04-17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.