-
Notifications
You must be signed in to change notification settings - Fork 145
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
Conversation feature and GPT-4 support. #59
Comments
By default the full contents of the buffer (up to point) is used as the context. Can you give me an example where the context is ignored? |
Please compare the result generated by https://github.com/acheong08/ChatGPT: You:
2 -3
Chatbot:
非常抱歉,但我不确定您的问题是什么。如果您需要进一步的帮助,请提供更多细节或明确您的问题,我将尽力回答您。
You:
please compute the result.
Chatbot:
I apologize for the confusion. If you're asking for the result of the expression "2 - 3", the answer is:
2 - 3 = -1
|
It seems that it works in most cases, but sometimes don't: Remarks:
The configuration: (use-package gptel
:bind
(
("<f2>" . gptel-send)
)
:config
(setq gptel-api-key my-openai-api-key
gptel-model "gpt-4"
)
) The query result: See emacs-openai/chatgpt#11 for the related discussion. |
GPT-4 online access is different from GPT-4 API access, there is a waitlist for the latter, see https://openai.com/waitlist/gpt-4-api The cursor shape is controlled by the |
Do you mean: even as a subscription user, which is my case, as shown below, of GPT-4, also need to apply on this waitlist to use the GPT-4 API access? |
Do you mean: even as a subscription user, also need to apply on this waitlist?
By subscription, do you mean https://openai.com/blog/chatgpt-plus?
If so, then yes, this is different from API access. I'm actually not sure what the point of the subscription access is.
|
I mean the following:
Yes, exactly. I also noticed the official statement here:
|
Only web UI based access permissions for GPT-4 can be obtained.
I got exactly the same result: N.B.: Why doesn't the mouse shape and position appear on my screenshot? |
I try to ask my question based on the context, but it seems that the reply from gptel doesn't use the past information.
Any tips for enabling the conversations features when using this package?
Regards,
Zhao
The text was updated successfully, but these errors were encountered: