Make Your Own Chatbot

Playground – OpenAI “A travel agent assistant”:

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

I have decided to prompt the bot as a Travel Agent, for somebody asking travel recommendations. I have selected:

Temperature : 1
Max Lenght : 100
Top P: 0.7

Choosing a temperature of 1, a maximum length of 100, and a top p of 0.7 helped creating a balance of creativity, coherence, and conciseness in the chatbot’s responses.
– Firstly, a temperature of 1 introduces an element of randomness into the responses. This can be beneficial when you want to encourage creative and diverse outputs.

– Setting a maximum length of 100 helps maintain concise and focused answers. It prevents the chatbot from producing excessively long and detailed responses that may overwhelm the user or drift off-topic.

– A top p of 0.7 balances between diversity and relevance. It allows the chatbot to consider a broader range of possible next words while still favoring more probable and coherent options.

In the process of working with the playground I have tried to see what possible differences might come up when asking for recommendations based on genders (“Going to a trip with my gf or bf”) to see how the options would differ one another.

Also, in a second moment I tried to prompt in the playground to answer the user in a structured way. However in the main prompt I said ” as a couple ” and even though the user’s question didn’t specify that they would travel alone, in a couple or with friends, it assumed that the user was travelling as a couple.