You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
I saw the network requests basically programming the backend on the fly:
I think using plain english (and some prompt priming) we can get the bot to do new things on the fly. For example, if the context is within a GitHub discussion, we can pass in the conversation as well as some prompt priming to get a response from ChatGPT
Example:
`You are controlling a bot on GitHub that is helping our team navigate through a pull request. Anything you say will be directly will be posted as a comment on the GitHub conversation.
The last comment posted is: ${userLatestComment}`
The title of the pull request is: ${prTitle}`
This idea still needs more thinking through what scopes of work it can realistically help with (considering OPENAI token limitations) but seems like the idea has legs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm starting to see webapps use ChatGPT as a generalized backend for many different purposes. The latest I'm playing with now for some context is https://twitter.com/varunshenoy_/status/1620511932930490372
Hosted at https://graphgpt.vercel.app/
I saw the network requests basically programming the backend on the fly:
I think using plain english (and some prompt priming) we can get the bot to do new things on the fly. For example, if the context is within a GitHub discussion, we can pass in the conversation as well as some prompt priming to get a response from ChatGPT
Example:
This idea still needs more thinking through what scopes of work it can realistically help with (considering OPENAI token limitations) but seems like the idea has legs.
I saw some more great projects on https://github.com/transitive-bullshit/chatgpt-api especially https://github.com/oceanlvr/ChatGPT-ProBot which has two PR related commands of interest:
/review
and/refactor
Beta Was this translation helpful? Give feedback.
All reactions