VietRocHack / TripPlanner-itinerary-backend

Itinerary Flask microservice for SwipeAndFly.
0 stars 0 forks source link

generate_itinerary: Refactor from gpt models to Gemini #22

Open goodudetheboy opened 2 months ago

goodudetheboy commented 2 months ago

As a itinerary backend dev I need to add an option to use Gemini models to generate itinerary So that to satisfy the requirements of using Gemini models in the Gemini competition

Details and Assumptions

Acceptance Criteria

 Given a trip request is receivexc
 When the trip request specify "model' = "gemini"
 Then the trip will be generated using Gemini 1.5 flash models, and also the video analysis backend will also use "model" = "gemini"