This pull request updates the README to correct the reference from "GPT-35-turbo" to "GPT-3.5-turbo" to avoid confusion and ensure clarity regarding the GPT model.
Does this introduce a breaking change?
[ ] Yes
[X] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[X] Documentation content changes
[ ] Other... Please describe:
How to Test
Get the code:
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
No code tests are needed as this is a documentation change.
What to Check
Verify that the following are valid:
The README correctly mentions "gpt-3.5-turbo" instead of "gpt-35.turbo."
Other Information
This update ensures documentation consistency and avoids confusion about the GPT model version.
Purpose
This pull request updates the README to correct the reference from "GPT-35-turbo" to "GPT-3.5-turbo" to avoid confusion and ensure clarity regarding the GPT model.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid:
Other Information
This update ensures documentation consistency and avoids confusion about the GPT model version.