Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 916273b

Browse files
authored
Update README.md
1 parent 2bc0dd9 commit 916273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GPT-4 has trouble with calculating with numbers. We look at a technique to fix t
88

99
> NOTE: The default model used when running this code is OpenAI's **`text-davinci-003`** and not GPT-4. The code can be adjusted to run against any completion API by changing the settings in [`src/engine/options.ts`](src/engine/options.ts) and [`src/engine/settings.ts`](src/engine/settings.ts).
1010
>
11-
> When writing this report, we evaluated the technique using the completion API of a private release of GPT-4. The public release of GPT-4 currently only provides a "chat" API. As a result some aspects of the technique described may need to be reworked because of this, hwoever we are providing the code and our investigation for reference. We believe the evaluation results remain valid although some variation in numbers is to be expected.
11+
> When writing this report, we evaluated the technique using the completion API of a private release of GPT-4. The public release of GPT-4 currently only provides a "chat" API. As a result some aspects of the technique described may need to be reworked because of this, however we are providing the code and our investigation for reference. We believe the evaluation results remain valid although some variation in numbers is to be expected.
1212
1313
## Requirements
1414

0 commit comments

Comments
 (0)