Just an idea #118
Replies: 5 comments
-
#15 related |
Beta Was this translation helpful? Give feedback.
-
I'm not sure how this feature connects with the TODO item the code. Could you explain in a little more detail? |
Beta Was this translation helpful? Give feedback.
-
Fundamentally, since we can only edit on one dimension of a request at a time, I think what they mean is to map the user's command over either a list of data or using a list of contexts, prompts, or other request dimensions. Multiple requests only makes sense when the things being mapped over do not provide context to each other or the goal is to eliminate context leakage from item to item. If the structure of output is difficult to generate correctly, that's another possibility. If anything is needed, it's probably just the infrastructure to support multiple simultaneous requests. A plural API would be convenient, but really just front-loading some of the plumbing that users can / should do on their own. |
Beta Was this translation helpful? Give feedback.
-
gptel does not currently enforce any limit on the number of simultaneous requests (in a single buffer or across buffers), so you can fire off as many as you want. I often have 2 requests going at once.
|
Beta Was this translation helpful? Give feedback.
-
infrastructure: the Open AI API calling implementation code. (I didn't look at it yet) |
Beta Was this translation helpful? Give feedback.
-
gptel/gptel.el
Line 376 in e61180e
If TODO -> DONE, things like sectional suggestions can be achieved:
https://youtu.be/MpK9PWo0lUw?t=115
Beta Was this translation helpful? Give feedback.
All reactions