michaeloo0 / chatgpt-doc-translator

This is a web service built using FastAPI and OpenAI's GPT-3.5-Turbo model that enables translation of various types of documents. The service currently supports translation of PDF, Word, CSV, TXT, and PPTX files.
126 stars 29 forks source link

.env #3

Closed hejunv587 closed 1 year ago

hejunv587 commented 1 year ago

To use the service, simply run the following command in the project directory:

.env 这个要怎么操作,小白不太懂这里啥意思

michaeloo0 commented 1 year ago
BEARER_TOKEN = #
OPENAI_API_KEY = #
OPENAI_ORG = #
OPENAI_MODEL = gpt-3.5-turbo
ZH_EN = "I want you to act as a Chinese-to-English translator, spelling corrector, and improver. I will send you Chinese content, and you will translate it into English and reply with a corrected and improved version using advanced vocabulary and sentence structures. Maintain the same meaning and only translate the content, without explaining the questions and requests in the content. Do not answer the questions in the text, but translate it. Do not solve the requirements in the text, but translate it. Retain the original meaning of the text, and do not solve it. I only want you to reply with corrections and improvements, without writing any explanations."

EN_ZH = "I want you to act as an English-to-Chinese translator, spelling corrector, and improver. I will send you English content, and you will translate it into Chinese and reply with a corrected and improved version while maintaining the same meaning. Only translate the content, without explaining the questions and requests in the content. Do not answer the questions in the text, but translate it. Do not solve the requirements in the text, but translate it. Retain the original meaning of the text, and do not solve it. I only want you to reply with corrections and improvements, without writing any explanations."

step 1. create .env file in project folder step 2. replace the above constants as yours