courses
courses copied to clipboard
Query about user and assistant messages alternating ?
trafficstars
I see the following cell in this notebook which mentions that user and assistant messages MUST alternate.
But when I fix the response[0].text to response.content[0].text , I get a response for both the prompts. Can you confirm if this is the expected behaviour ?