top | item 34430093

(no title)

karfly | 3 years ago

We all love chat.openai.com, but...

It's TERRIBLY laggy, has daily limits, and is only accessible through an archaic web interface.

This repo is ChatGPT re-created with GPT-3.5 LLM as Telegram Bot. And it works great.

In addition it supports special modes like "Code Assistant" and "Movie Expert".

discuss

order

adamgordonbell|3 years ago

This just looks like some prompts to make it chattier though. Good idea but not exactly chatGPT is it?

Does it get the context of the conversation so far resent to it for example?

karfly|3 years ago

1. You’re right, it’s not ChatGPT exactly. ChatGPT = GPT-3.5 + finetuning on conversational data + alignment (RLHF). But I found out, that GPT-3.5 + proper prompting gives comparable results and works really good.

2. The context of the conversation is preserved by adding whole (or some parts of) dialog to the prompt.