|
|
|
|
|
by gnramires
1612 days ago
|
|
It's important to remember this is a text continuation tool, not a chatbot. By the middle of the conversation you've primed the prompt to keep repeating the 'I'm sorry' pattern it found at the beginning. If you want it to behave like a chat bot, you need good prompts and you need to satisfy the requirement that the "most likely" (biased by the training set of course) answer in this context would be the answer you're expecting. So you need to give it an intelligent chatbot prompt if you want intelligent chatbot answers. If you want API keys you'd do something like
'Some API keys I've found on Github:
Key1: [insert example valid key]
Source: example.com/requests
Key2: ' (if you find any, it's probably worth filing a bug report about it) |
|