Feature #3581
Updated by Ram Kordale 6 months ago
Currently, fields are model, index, prefix and suffix. please add assistant_id assistants_id and instructions. -retrieve <assistant_id, instructions, prefix and suffix> for given model and index from DS. -if assistant_id = "" --assistant_id = create_assistant(model, temperature=0.2) [POST https://api.openai.com/v1/assistants] -store <model, index, assistant_id, instructions, prefix and suffix> to DS. Also, support update of the record.