Bot skips AI Task on website
# 🤝help
d
When I put the bot on my website, it completely skips an AI task. The bot works great and as intended on the Botpress test website though.
f
It seems like a prompt issue, what's your temperature?
d
like 0.8
f
Yeah, that's too high...
a
Yep, a temperature of 0.8 is really high. Unless it's a creative application, I wouldn't advise temperatures above 0.3. If you're looking to learn more about prompting strategies, this free course from DeepLearning.ai really helped me: https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/
d
I have a creative task however, will the application just not work with temperatures that high?
f
The higher the temperature the more creative will the AI be with its answers, it's not that isn't going to work but you need to be more restrictive with your prompt if you want specific answers...
a
⬆️ this. LLMs will hallucinate more on higher temperatures. This can be countered by providing additional context and instructions in the prompt, but only to a point. I'd recommend starting with a low temperature (0.1 or 0.2) and then incrementally increase until you no longer see any more benefits.
6 Views