translator: fix and update prompt
This commit is contained in:
parent
43016168e2
commit
e39369be88
@ -2,7 +2,7 @@ import tiktoken
|
|||||||
from openai import OpenAI
|
from openai import OpenAI
|
||||||
|
|
||||||
model = "gpt-4o"
|
model = "gpt-4o"
|
||||||
system_prompt = "Your translate parts of an article from Russian to English. It contains markdown; leave the markup, links and other formatting intact, translating the actual text."
|
system_prompt = "You translate parts of an article from Russian to English. It contains markdown; leave the markup, links and other formatting intact, translating the actual text. Also don't translate citations."
|
||||||
input_token_limit = 2000
|
input_token_limit = 2000
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user