EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0
https://gptgirlfriend.online
2.58k stars 435 forks source link

NSFW LLM #78

Closed lsvagusa closed 12 months ago

lsvagusa commented 1 year ago

Hi. I was wondering which model you are using for the NSFW chats. I see that gpt3.5 and gpt4 are mentioned in the files, but I haven't been able to decipher what is used for the NSFW?

samrahimi commented 1 year ago

I haven't tried with this particular app, but I've built many NSFW chatbots directly against the OpenAI APIs for GPT-3 (text-davinci-003), gpt-3.5-turbo, and gpt-4

My experience has been that text-davinci-003 and gpt-4 are both quite amenable to playing nsfw roles as long as this is consistent with the core persona you define in the initial prompt (if using davinci) or system message (if using 3.5 or 4).

That is, if you define the bot to be your programming assistant and then ask it for sex, it will probably decline... but if you set it up as your girlfriend and tell it NOT to be an AI or a language mode (which has already been done with the default personas that come with this project)l, you'll get exactly what you want. Gpt-3.5-turbo is iffy however, it seems to have guardrails the others don't. Probably because OpenAI is pricing it so cheap, they don't it being used for NSFW, but they don't care about the expensive models because they're getting paid.