AppAgent
AppAgent copied to clipboard
ask_gpt4v in model.py needs to be refactored
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.