Help needed please
I have set up an api from openai for gpt-3.5-turbo. The back end code is working fine but I can’t seem to get the frontend code to work to embed it onto my home page.
I’m trying to replicate a chat appearance using a text input and a repeater with text wrappers to display the user prompts and ai response in sequence.
The problem I have is that I can get the repeater to display the user input text but I can’t get the ai response to appear.
Has anyone achieved this who would be happy to share their code?