Ate329 / GPTtranslator

A program that allows you to translate by using gpt3 and 3.5 series model engines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPTtranslator

A program that allows you to translate by using gpt3 and 3.5 series model engines

Models

text-davinci-003: "Most capable GPT-3 model. Can do any task the other models can do, often with higher quality."

text-babbage-001: "Capable of straightforward tasks, very fast, and lower cost."

text-curie-001: "Very capable, faster and lower cost than Davinci(Sometimes not working, no idea why)"

gpt-3.5-turbo: "Most capable GPT-3.5 model and optimized for chat at 1/10th the cost of text-davinci-003(currently not working)."

text-ada-001: "Capable of very simple tasks, usually the fastest model in the GPT-3 series, and lowest cost(currently not working)."

gpt-4: "More capable than any GPT-3.5 model, able to do more complex tasks, but very expensive"

About

A program that allows you to translate by using gpt3 and 3.5 series model engines

License:MIT License


Languages

Language:Python 100.0%