AppAgent icon indicating copy to clipboard operation
AppAgent copied to clipboard

ask_gpt4v in model.py needs to be refactored

Open truebit opened this issue 1 year ago • 0 comments

We should merge the JSON handling code (the content assembly code) from transaction layer to the base model layer, and ask_gpt4v method signature would need to be changed to text, snapshots, conversation_id.

This would make the GPT-4V API endpoint more flexible.

truebit avatar Dec 26 '23 07:12 truebit