Is it possible to create a custom GPT with a dynamic knowledgebase?
For example, I want to create a GPT trained off the latest documentation for a software package. It would be great to be able to upload the documentation (and other info knowledge) as part of CI, allowing users of the model to get the latest version of the model.
Is it possible to do this, or do I have to look at doing my own deployment using the Assistants API (hosting my own UI etc).