Several active trains in 1 model
Nikita Chernevskiy
0
Reputation points
I am developing a PVA chatbot where I can input a file (for example, Math Book for 4th grade). This file is used as training materials for the Azure OpenAI model, and then I can receive generated questions based on the file's data to test my knowledge. Many users will access this chatbot, and I need to figure out how to make a custom train for each user using a single model. Also, I need to save the custom trains so users won't need to resubmit the file each time.
Sign in to answer