I was thinking of building a quick assistant to help out with writing Python code related to the OpenAI API. I thought that instead of using the built-in retrieval tool to access the documentation and API reference, it might yield better results if I upload the documentation as PDF files or add them to a vector store and build a search tool using function calling.
Has anyone already created a similar tool to help answer questions about the OpenAI API, or is there an official way to download the documentation? Additionally, has anyone written a script to automate this or the fetching of the documentation and API refrence?
I also welcome other ideas on how to improve the functionality! I thought of maybe also adding in the OpenAI API cookbooks, but it might be better to concentrate on the documentation.