Q: API seems GPT specfic
I wonder what your reason is to make the API AI specific? ie you have GPT(), Gemini() functions and then you have many function for GPT that don't exist for Gemini.
Wouldn't it make more sense to have AI(prompt, model) etc.?
Then you would have
AI()
AI_EXTRACT()
Rather then having GPT_EXTRACT but no Gemini_Extract() etc.
patrickwPLUSSep 15, 2024
Founder Team
Yaro_DocGPT_AI
Oct 29, 2024A: Hi!
Thank you very much for feedback. I will add it into my backlog.
Sometime users want to use several ai models at the same time in diff columns.
So going to add as you mentioned for GEMINI_blabla advanced functions.
Helpful?