Forum Discussion
Awesome
Did you do any training on the model for this?
------------------------------
Prashant Maheshwari
------------------------------
- DylanMoring11 months agoQrew Trainee
I didn't do any training, per se, since that's only possible through the API at the moment, but I did develop an instruction prompt with rules and guidelines for the model to follow, as well as a list of all of the functions available for it to use.
GPT-4 is very good at performing these kinds of tasks without specific training, as long as it is instructed properly.
------------------------------
Dylan Moring
------------------------------- PrashantMaheshw11 months agoQrew Captain
I don't mind exploring this together if you have time to hop on to Zoom.
Or maybe you can train it to avoid python function which it suggests a lot . For example I asked it to generate random number which is not a feature.
To generate a random number between 1 and 100 in Quickbase, you can use the Rand() function, which generates a random decimal number between 0 and 1. To scale this to the desired range of 1 to 100, you multiply the result by 99 (the range of numbers you want, which is 100 - 1), then add 1 to shift the range from 0-99 to 1-100. Finally, you should use the Int() function to convert the resulting decimal number to an integer.
------------------------------
Prashant Maheshwari
------------------------------