gnehs / subtitle-translator-electron

↔️ Translate subtitle using ChatGPT
1.58k stars 98 forks source link

[Help] Replace chatgpt by Fastchat #50

Closed cjhonlyone closed 1 year ago

cjhonlyone commented 1 year ago

FastChat is a local model with with 90% ChatGPT quality. The most important is free to use. And FastChat has OpenAI-Compatible RESTful APIs & SDK. So it's helpful to add a option to replace openai to fastchat api. Thanks!

gnehs commented 1 year ago

The functionality to set the OpenAI API host has been added in version 0.6.0. If the FastChat API is compatible with ChatGPT, you will be able to use FastChat through this option.