Hi everyone,
Im currently building a system that produces estimates for various construction projects. My client has somewhat big database that i put into Pinecone, it's all separated into according indexes and to supplement infomrations not present in database I used SerpAPI.
Basically task of the AI is to look at the work that needs to be done, create a "plan" and calculate how many man-hours it will take and price accordingly. All three parts are separated into two agents for calculation and AI message for plan. I used open ai gpt4o mini as a chat model for all of the ai agents and ai node.
I want to test other chat models, can you guys tell me what language model and chat model would be best for this kind of task?