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

有考虑支持GPT4吗? #44

Closed
zhkufish opened this issue Mar 20, 2023 · 4 comments
Closed

有考虑支持GPT4吗? #44

zhkufish opened this issue Mar 20, 2023 · 4 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@zhkufish
Copy link

好像GPT4的接口跟GPT3的基本一致的,不知道要调整哪些东西呢.

@WongSaang
Copy link
Owner

我目前还没有通过官方的白名单,还不知道接口有哪些变化。如果相关信息,欢迎提供😊

@WongSaang WongSaang added the question Further information is requested label Mar 22, 2023
@zimmra
Copy link

zimmra commented Mar 22, 2023

The API documentation states that the models gpt-3.5-turbo and gpt-4 are effectively interchangable.

From OpenAI:

For many basic tasks, the difference between GPT-4 and GPT-3.5 models is not significant. However, in more complex reasoning situations, GPT-4 is much more capable than any of our previous models.

Because of the increased complexity, the token limit is raised to 8,192 for gpt-4 (compared to 4,096 for gpt-3.5-turbo)

@WongSaang WongSaang added the enhancement New feature or request label Mar 23, 2023
@zimmra
Copy link

zimmra commented Mar 24, 2023

The API documentation states that the models gpt-3.5-turbo and gpt-4 are effectively interchangable.

@WongSaang One thing I have discovered as a difference is the ability to web query.

gpt-3.5-turbo has no issue interpreting the search results with your 'Web Search' option toggle and using in its response

gpt-4 replies:

I'm sorry, but I cannot provide web search results or perform a search for you. However, I can help answer any questions or provide information based on what you ask. Please provide a query or topic you'd like to know more about, and I'll do my best to assist you.

@WongSaang
Copy link
Owner

Now supporting GPT-4.

https://github.com/WongSaang/chatgpt-ui#updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants