OpenAI Playground Chatbot

https://platform.openai.com/playground/p/atZCiQBvBGff3HFDoXcDUusA?model=gpt-3.5-turbo

I want to create a Chatbot that can suggest which is the best AIrline to fly from point A to point B based on 3 main factors that people always look at 1. Price 2. Schedule & Routes 3. Service & Comfort. Moreover, the chatbot can also provide the best time to from the selected location when the traveling month is provided. This will be very useful for people who want to know which airline they need to book for their trip instead of randomly picking the airline without knowing anything about them.

At first, I didn’t mention the factor in the prompt for the bot and it provides a reason so random which can make people confused about its logic. Therefore, I decided to set these factors so that the Chatbot can provide the reason based on these factors and make it easy to understand.

When I tested the temperature, I noticed that when I lowered the temperature close to 0, the result was repetitive, and less detail was provided. When I raised the temperature close to 2, the result was mixed with words that I couldn’t read & the detail was not useful. Therefore, I decided to choose 1.1 as a good point for my temperature. I also decided to keep Top P at 1 since the variability is good for my response.