Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Considering Updating to GPT-4 from GPT-3 #44

Open
ash1eygrace opened this issue Mar 27, 2023 · 0 comments
Open

Considering Updating to GPT-4 from GPT-3 #44

ash1eygrace opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request High Pri Highest Priority

Comments

@ash1eygrace
Copy link
Owner

ash1eygrace commented Mar 27, 2023

Just received the invitation to access the new GPT-4 models in Beta via the OpenAI API, so it's now testing time. Specifically, explore gpt-4, gpt-4-0314, and gpt-4-32k since it seems that the gpt-4-32k-0314 will not receive updates, and support will end on June 14th, 2023.

From briefly skimming the details, it seems GPT-4 offers improvements over the GPT-3.5 models, with greater accuracy, broader general knowledge, and advanced reasoning capabilities. The latest GPT-4 models support a maximum of 8,192 tokens, and their training data is up to September 2021.

That said, the implementation from GPT-3 to GPT-4 will mean improved performance in complex reasoning tasks. GPT-4 is optimized for chat but works well for traditional completions tasks.

The transition will likely involve changes to the API calls and possibly some adjustments to the application logic.
To proceed with the update the following will need to happen:

  1. Assess the potential benefits of GPT-4 for the app's current specific use case(s), aside from the Chat Integration.
  2. Review the API documentation and determine what adjustments to the API calls need to be complete to utilize the GPT-4 models.
  3. Test the updated implementation and compare the results against the current GPT-3-based system for the existing generator components (may need to try different prompt variations in the existing generator data).
  4. Monitor usage and cost implications, as GPT-4 models may have different pricing compared to GPT-3.5 models. (I've never used over $0.67 a month, but still lol)
  5. Update and create any relevant documentation.
  6. Once the transition is complete, evaluate the potential to fine-tune the GPT-4 models for further customization and optimization for the app's existing use case(s).
@ash1eygrace ash1eygrace added enhancement New feature or request High Pri Highest Priority labels Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request High Pri Highest Priority
Projects
None yet
Development

No branches or pull requests

1 participant