FINGU-AI commited on
Commit
5e3afc2
1 Parent(s): fc3eef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ def inference(query):
71
  4. get input language and translate it inti target language.
72
  - return only translation. without extra explaination and comments.
73
  - do not return extra text.
 
74
  """},
75
  {"role": "user", "content": f"{query}"},
76
  ]
 
71
  4. get input language and translate it inti target language.
72
  - return only translation. without extra explaination and comments.
73
  - do not return extra text.
74
+ - Return translation only.
75
  """},
76
  {"role": "user", "content": f"{query}"},
77
  ]