father-bot / chatgpt_telegram_bot

💬 Telegram bot with ChatGPT, Python-based, using OpenAI's API.
https://t.me/chatgpt_karfly_bot
MIT License
5.05k stars 1.77k forks source link

Why the same question is still very different from the answer of official web? #151

Closed TelePuryang closed 1 year ago

TelePuryang commented 1 year ago

The official chatgpt3.5 model has been updated synchronously, why the direction and content of the answer are different. Please tell me how to restore the default model configuration, no need to define personal settings to achieve the same response effect as the official website. grateful!

hvanmegen commented 1 year ago

This telegram bot uses a different system message as you can see in https://github.com/karfly/chatgpt_telegram_bot/blob/main/config/chat_modes.yml

Since it is not exactly know what ChatGPT uses for prompt_start, the answer will always be different.

TelePuryang commented 1 year ago

This telegram bot uses a different system message as you can see in https://github.com/karfly/chatgpt_telegram_bot/blob/main/config/chat_modes.yml

Since it is not exactly know what ChatGPT uses for prompt_start, the answer will always be different.

But if I delete the promt start content and set it to empty, it is still not the same as the direction answered by the official website.

karfly commented 1 year ago

There is some randomness both in telegram bot and official chatgpt site, so you can't get the exactly the same answers.