TBD54566975 / developer.tbd.website

Source for the TBD Developer Website
https://developer.tbd.website
Apache License 2.0
50 stars 103 forks source link

ChatGPT like doc assistant on home page using ChatGPT plugin #573

Closed michaelneale closed 1 year ago

michaelneale commented 1 year ago

Type

Suggestion to Improve

Feedback

Now there is a ChatGPT plugin, it may be interesting to have this accessable for anyone right in the doc site, perhaps below the quickstart?

This can act as a documentation helper or even code writing assistant.

Screenshots

Paste relevant images or screenshots here image

developer.tbd.website URL

No response

Browser

No response

Relevant log output

No response

angiejones commented 1 year ago

this would be soooo dope! I'm envisioning it right up top as a search bar in the header. so from anywhere on the site, people can query stuff

michaelneale commented 1 year ago

@angiejones so a search bar box - and then the response pops down below it? (trying to visualise it - do you have any sketching skills?)

angiejones commented 1 year ago

response could appear in a Drawer component

michaelneale commented 1 year ago

nice. Adding https://github.com/openai/openai-cookbook/blob/main/examples/How_to_call_functions_for_knowledge_retrieval.ipynb as some ideas on how I may do it.

michaelneale commented 1 year ago

done here: https://github.com/TBD54566975/developer.tbd.website/pull/593