unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Use ChatGPT in Emacs.
@ 2023-02-20  8:30 Hongyi Zhao
  2023-02-21  2:22 ` Hank Greenburg
  0 siblings, 1 reply; 6+ messages in thread
From: Hongyi Zhao @ 2023-02-20  8:30 UTC (permalink / raw)
  To: help-gnu-emacs

Hi here,

Does anyone here have the experience in using ChatGPT in Emacs? Any
tips will be appreciated.

Regards,
Zhao
-- 
Assoc. Prof. Hongsheng Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Use ChatGPT in Emacs.
  2023-02-20  8:30 Use ChatGPT in Emacs Hongyi Zhao
@ 2023-02-21  2:22 ` Hank Greenburg
  2023-02-21  5:41   ` Hongyi Zhao
  0 siblings, 1 reply; 6+ messages in thread
From: Hank Greenburg @ 2023-02-21  2:22 UTC (permalink / raw)
  To: Hongyi Zhao; +Cc: help-gnu-emacs

I don't know of a ChatGPT implementation but there is an implementation of the OpanAI API which has code interaction if that's what you're looking for. 

https://github.com/emacs-openai/codegpt




------- Original Message -------
On Monday, February 20th, 2023 at 2:30 AM, Hongyi Zhao <hongyi.zhao@gmail.com> wrote:


> 
> 
> Hi here,
> 
> Does anyone here have the experience in using ChatGPT in Emacs? Any
> tips will be appreciated.
> 
> Regards,
> Zhao
> --
> Assoc. Prof. Hongsheng Zhao hongyi.zhao@gmail.com
> 
> Theory and Simulation of Materials
> Hebei Vocational University of Technology and Engineering
> No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Use ChatGPT in Emacs.
  2023-02-21  2:22 ` Hank Greenburg
@ 2023-02-21  5:41   ` Hongyi Zhao
  2023-02-21  6:13     ` Hank Greenburg via Users list for the GNU Emacs text editor
  2023-02-21 14:20     ` Daniel Fleischer
  0 siblings, 2 replies; 6+ messages in thread
From: Hongyi Zhao @ 2023-02-21  5:41 UTC (permalink / raw)
  To: Hank Greenburg; +Cc: help-gnu-emacs

On Tue, Feb 21, 2023 at 10:23 AM Hank Greenburg
<hank.greenburg@protonmail.com> wrote:
>
> I don't know of a ChatGPT implementation but there is an implementation of the OpanAI API which has code interaction if that's what you're looking for.
>
> https://github.com/emacs-openai/codegpt

What's the difference between the one above and the one below?

https://github.com/joshcho/ChatGPT.el

Regards,
Zhao

> ------- Original Message -------
> On Monday, February 20th, 2023 at 2:30 AM, Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
>
> >
> >
> > Hi here,
> >
> > Does anyone here have the experience in using ChatGPT in Emacs? Any
> > tips will be appreciated.
> >
> > Regards,
> > Zhao
> > --
> > Assoc. Prof. Hongsheng Zhao hongyi.zhao@gmail.com
> >
> > Theory and Simulation of Materials
> > Hebei Vocational University of Technology and Engineering
> > No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Use ChatGPT in Emacs.
  2023-02-21  5:41   ` Hongyi Zhao
@ 2023-02-21  6:13     ` Hank Greenburg via Users list for the GNU Emacs text editor
  2023-02-21 14:20     ` Daniel Fleischer
  1 sibling, 0 replies; 6+ messages in thread
From: Hank Greenburg via Users list for the GNU Emacs text editor @ 2023-02-21  6:13 UTC (permalink / raw)
  To: hongyi.zhao; +Cc: help-gnu-emacs

I can't exactly say for certain because I don't really know the difference between the OpenAI API and the ChatGPT API. Though I would suggest trying both to see how they fit your needs.

I've used the CodeGPT to help document code and explain functions, but it definitely isn't for a conversation.

-------- Original Message --------
On Feb 20, 2023, 23:41, Hongyi Zhao wrote:

> On Tue, Feb 21, 2023 at 10:23 AM Hank Greenburg  wrote: > > I don't know of a ChatGPT implementation but there is an implementation of the OpanAI API which has code interaction if that's what you're looking for. > > https://github.com/emacs-openai/codegpt What's the difference between the one above and the one below? https://github.com/joshcho/ChatGPT.el Regards, Zhao > ------- Original Message ------- > On Monday, February 20th, 2023 at 2:30 AM, Hongyi Zhao  wrote: > > > > > > > > Hi here, > > > > Does anyone here have the experience in using ChatGPT in Emacs? Any > > tips will be appreciated. > > > > Regards, > > Zhao > > -- > > Assoc. Prof. Hongsheng Zhao hongyi.zhao@gmail.com > > > > Theory and Simulation of Materials > > Hebei Vocational University of Technology and Engineering > > No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Use ChatGPT in Emacs.
  2023-02-21  5:41   ` Hongyi Zhao
  2023-02-21  6:13     ` Hank Greenburg via Users list for the GNU Emacs text editor
@ 2023-02-21 14:20     ` Daniel Fleischer
  2023-02-21 14:29       ` Hongyi Zhao
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Fleischer @ 2023-02-21 14:20 UTC (permalink / raw)
  To: Hongyi Zhao; +Cc: Hank Greenburg, help-gnu-emacs

Hongyi Zhao [2023-02-21 Tue 13:41] wrote:

> What's the difference between the one above and the one below?
>
> https://github.com/joshcho/ChatGPT.el

https://github.com/emacs-openai/codegpt   looks like a way to access the
GPT3 model using API.

https://github.com/joshcho/ChatGPT.el     looks like a way to access the 
ChatGPT model however currently there is no API access to it; there is a
waiting list, if you want to try it. 

-- 
Daniel Fleischer



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Use ChatGPT in Emacs.
  2023-02-21 14:20     ` Daniel Fleischer
@ 2023-02-21 14:29       ` Hongyi Zhao
  0 siblings, 0 replies; 6+ messages in thread
From: Hongyi Zhao @ 2023-02-21 14:29 UTC (permalink / raw)
  To: Daniel Fleischer; +Cc: Hank Greenburg, help-gnu-emacs

On Tue, Feb 21, 2023 at 10:20 PM Daniel Fleischer <danflscr@gmail.com> wrote:
>
> Hongyi Zhao [2023-02-21 Tue 13:41] wrote:
>
> > What's the difference between the one above and the one below?
> >
> > https://github.com/joshcho/ChatGPT.el
>
> https://github.com/emacs-openai/codegpt   looks like a way to access the
> GPT3 model using API.
>
> https://github.com/joshcho/ChatGPT.el     looks like a way to access the
> ChatGPT model however currently there is no API access to it; there is a
> waiting list, if you want to try it.

Do you mean the following?

https://share.hsforms.com/1u4goaXwDRKC9-x9IvKno0A4sk30

> --
> Daniel Fleischer

Zhao



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-21 14:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-20  8:30 Use ChatGPT in Emacs Hongyi Zhao
2023-02-21  2:22 ` Hank Greenburg
2023-02-21  5:41   ` Hongyi Zhao
2023-02-21  6:13     ` Hank Greenburg via Users list for the GNU Emacs text editor
2023-02-21 14:20     ` Daniel Fleischer
2023-02-21 14:29       ` Hongyi Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).