I have created an assistant (https://platform.openai.com/assistants) for using it in my API on my website. Following prompt works perfectly with GPT 4 1106 preview: Write the [travel destinantion] for example [London] in square brackets. But it doesn’t work with GPT 3.5 turbo 1106. What could I do to make this constantly working also with GPT 3.5 turbo 1106?
Can you more precisely describe what you mean by “doesn’t work?”
It’s important that it fetches the travel destination from the input of the users prompt (like: hi, please make a travel planning for 3 days in New York) and start the response by placing [New York] in the mentioned format: within [square brackets]. It’s so easy, but gpt 3.5 turbo 1106 is not able do this.
Can you be more specific about how it fails? What does it do instead? Does it always fail, or is it intermittent? Does it pick a random city instead?
You’re still not giving much in the way of details that will help debug your issue.
There is little more to mention. It always fails. It does return the correct city, but not in the defined way between “[” and “]”. These brackets are the starting point for other plug-ins on my website to fetch the word/city/island etc. It’s just a matter of displaying the content in the correct format and HOW I SAY IT in the prompt. Where are all the SPECIALIST FROM OpenAI???
You could just add the brackets on your own after you get the data, no?
It does not work. But thanks! Does anyone have any ideas?