Hey guys , I have a simple CSV as a table and am using the openai action to chat with it but the performance is really bad. It doesnt get the correct answers often at all and Im wondering is this due to the model being used?
I can’t change the model being used with this integration and wonder why its not a feature for Glide AI yet either?
Hi Emmet! I was wondering what is the temperature that your ai chat is set to? (EDIT: Try 0,1). Also may be try to convert csv into json format and see if ai can analyse it better then csv… You can also create a separate ai assistant that is trained on your data and connect it to Glide via API call and chat with it.