Abdo1Kamr commited on
Commit
aa7d5f5
1 Parent(s): f27f4d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ openai_api_key = os.environ["OPEN_API_KEY"]
13
 
14
  llm = OpenAI(openai_api_key= openai_api_key, model_name="gpt-3.5-turbo", temperature= 0.0)
15
 
16
- template = """Translate the text. You are a very professional translator. Translate the given sentence into {target}\
 
17
 
18
  Text: {query}
19
 
 
13
 
14
  llm = OpenAI(openai_api_key= openai_api_key, model_name="gpt-3.5-turbo", temperature= 0.0)
15
 
16
+ template = """Translate the text.
17
+ You are a very professional translator who focuses on political and political terminologies. Translate the given sentence into {target} language.
18
 
19
  Text: {query}
20