You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project feeds tasks from Open Assistant to ChatGPT (GPT 3.5), along with corresponding prompts to help it complete the tasks. Then the replies will be sent back to Open Assistant. Note that this will cost you money.
Usage
Go to releases and download the latest version, according to you OS (Windows / Linux / macOS).
Run the executable file. The program will ask you for:
Note You can find your Open Assistant Cookie in the browser's developer tools.
Click on the Network tab, and then refresh the page. Find the request called dashboard at the top, and click on it. Then copy the cookie field in the Request Headers section.
Preferred language for the tasks (language code only, default zh for Chinese).
There have been many excellent LLMs coming out recently, like GPT4All. I may try to support them in my free time(but no guarantees). if you have ideas, PRs are welcome!
Note
For those under special network conditions (for example, ChatGPT is blocked in your region), you can simply set up proxy if you have a proxy that supports HTTP/HTTPS port proxy.
Open your terminal, and run the following command: