MathVista
MathVista copied to clipboard
Redundant implementations of `get_chat_response`
There is an implementation in utilities#get_chat_response
and models/gpt#get_response
.
These could be unified
https://github.com/lupantech/MathVista/blob/82f68d09b4cbffe9d0dfd7542c599810e30c9a99/utilities.py#L159-L199
https://github.com/lupantech/MathVista/blob/82f68d09b4cbffe9d0dfd7542c599810e30c9a99/models/gpt.py#L16-L55