karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.04k stars 113 forks source link

Assistants API Integration #134

Open randomwangran opened 7 months ago

randomwangran commented 7 months ago

It looks like nobody has proposed any new issues here. Maybe it's the challenge to bring all those new things into this great emacs ai package. I'll just bring some basic the things into users attention. I hope as we further learn the basics of how the Assistant API works, We can extend our package with even more power.

The documentaion is Here OpenAI Platform

For me, I need to figure out a minimum elisp function to properly set up the request information and then gather feedback from the current API and from there I can probably tweak about the new API.