xmliszt / taboo-ai

Learn English vocabulary while having fun playing a game with intelligent chat AI. Train to use clear English expression and descriptive phrases to trick the AI into saying the target guess word. Taboo AI is both fun and educational, allowing you to gain knowledge, practice english expression, memorise more vocabs, and simply have fun!

Home Page:https://taboo-ai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misc Task: Experiment with Gemini Pro API

xmliszt opened this issue · comments

Gemini Pro API has been release, it is 1/4 time cheaper than GPT3.5!

  • Try to replace chat completion to use Gemini Pro API instead
  • Try to replace AI evaluation to use Gemini Pro API instead (Might need to design the prompt carefully as it does not support output custom JSON format??) | For PRO version, still use GPT4 turbo to do AI evaluation if it has better accuracy. (Or consider to split up the AI feedback vs AI evaluation, AI feedback will give detailed suggestions and improvements on English grammar and sentence structure, whereas AI evaluation is only judging the quality of the clues to give reasonings.
  • Try to replace generate Taboo words and topics to use Gemini Pro API instead