
https://platform.openai.com/playground/p/j42mZGJCJ3ultyGAqwcZ6Vm0?model=gpt-3.5-turbo
I want the chatbot to roughly create a business trip schedule with the minimum numbers of trips. Since there are many locations for the travel, I think the chatbot can be helpful in creating the framework of schedule based on the locations. Given the lengths of stay and locations, the chatbot is able to come up with a potential schedule for each trip.
I tried different prompts and realized that the more details and restrictions that I put in the prompt, the more accurate the result becomes. At the beginning, I only tell the chatbot that it is a travel agent and provide locations of business trip. It came out with 9 different schedules. To minimize the numbers of trips, I entered the prompt “minimize the numbers of trips.” This time it came out with 3 trips only. All nearby cities are being grouped together as one trip.
I also tried to play with the temperature and Top P settings, but under this scenario, the outcomes do not make a big difference. I adjusted the temperature to 1.25 and the result that came out is exactly the same as temperature set to 1. Since the prompts provided and the scenario are both specific, I decided to stay with 1 for both temperature and Top P.