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

support gpt-4-32k #97

Merged
merged 1 commit into from
Mar 29, 2023
Merged

support gpt-4-32k #97

merged 1 commit into from
Mar 29, 2023

Conversation

harjotgill
Copy link
Contributor

@harjotgill harjotgill commented Mar 29, 2023

Summary by OpenAI

Release Notes:

  • New Feature: Increased token limit and timeout limit for gpt-4-32k model.

"GPT-4-32k, oh so grand

With more tokens at our command

And longer timeouts to withstand

Our language models will expand!"

@github-actions
Copy link
Contributor

🤖 OpenAI

Thank you for letting me participate in the code review.

This pull request updates the version of "chatgpt" from 5.1.2 to 5.1.3, increases the timeout limit to 120 seconds, and sets the maximum tokens for gpt-4-32k to 30,000.

Here is a summary of the changes made to each file:

File Summary
package-lock.json
package.json
The diff updates the version of "chatgpt" from 5.1.2 to 5.1.3 in both files.
src/options.ts The diff in src/options.ts increases the timeout limit to 120 seconds and sets the maximum tokens for gpt-4-32k to 30,000.

Overall, this pull request seems to be a minor update that improves the performance of the gpt-4-32k model by increasing the token limit and timeout limit.


Chat with 🤖 OpenAI Bot (@openai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @openai in a reply.

Files ignored due to filter (1)

Ignored files

  • dist/index.js

@harjotgill harjotgill merged commit 78352df into main Mar 29, 2023
@harjotgill harjotgill deleted the gpt4 branch March 29, 2023 01:40
shoyuf pushed a commit to maybeLab/openai-mr-reviewer-gltlab that referenced this pull request Jun 25, 2023
<!-- This is an auto-generated comment: release notes by openai -->
### Summary by OpenAI

Release Notes:

- New Feature: Increased token limit and timeout limit for `gpt-4-32k`
model.

> "GPT-4-32k, oh so grand<br>
> With more tokens at our command<br>
> And longer timeouts to withstand<br>
> Our language models will expand!"
<!-- end of auto-generated comment: release notes by openai -->
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant