miroslavpejic85 / mirotalk

🚀 WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
https://p2p.mirotalk.com
GNU Affero General Public License v3.0
2.6k stars 502 forks source link

Allow us to hold a contextualized conversation with ChatGPT #219

Closed hyoretsu closed 2 months ago

hyoretsu commented 2 months ago

Feature request

Right now, all of our prompts are submitted as what seems to be separate conversations, instead of a single conversation per session. Hence, we cannot ask it to, say, refine a previous answer.

hyoretsu commented 2 months ago

Judging by these two links, it should be possible with the API: https://github.com/openai/openai-cookbook/issues/275 https://community.openai.com/t/managing-previous-conversations-with-chatgpt/321402

miroslavpejic85 commented 2 months ago
  1. Update the CHATGPT_MODEL environment variable in the .env:

    CHATGPT_MODEL=gpt-3.5-turbo
  2. Restart MiroTalk P2P to apply the changes and ensure that the new model configuration takes effect.

hyoretsu commented 2 months ago

Sorry, I was dumb and didn't notice there was an update in the last 24h.