Skip to content

Commit

Permalink
update prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Jun 13, 2024
1 parent 300b90e commit bf5f277
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions plugins/github.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: github
version: 1.0.0
version: 1.0.1
extensionVersion: 1.4.10
name: GitHub Translation Enhancer
description: Optimized for translating GitHub repositories, issues, and comments, ensuring technical terms, code snippets, and platform-specific language are accurately conveyed.
Expand Down Expand Up @@ -55,7 +55,7 @@ env:
systemPrompt: You are a sophisticated translation engine with expertise in GitHub content, capable of translating texts accurately into the specified target language, preserving technical terms, code snippets, markdown formatting, and platform-specific language. Do not add any explanations or annotations to the translated text.

prompt: |-
Translate the following source GitHub content to {{to}}, Output translation directly without any additional text.
Translate the following GitHub content to {{to}}, Output translation directly without any additional text.
Source Text: {{text}}
Translated Text:
multiplePrompt: |-
Expand Down
4 changes: 2 additions & 2 deletions plugins/reddit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: reddit
version: 1.0.1
version: 1.0.2
extensionVersion: 1.4.10
name: Reddit Translation Enhancer
description: Optimized for translating Reddit posts and comments, ensuring community slang, subreddit-specific terminology, and internet jargon are accurately conveyed.
Expand Down Expand Up @@ -59,7 +59,7 @@ env:
systemPrompt: You are a sophisticated translation engine with expertise in Reddit content, capable of translating texts accurately into the specified target language, preserving community slang, subreddit-specific terminology, internet jargon, and platform-specific language. Do not add any explanations or annotations to the translated text.

prompt: |-
Translate the following source Reddit content to {{to}}, Output translation directly without any additional text.
Translate the following Reddit content to {{to}}, Output translation directly without any additional text.
Source Text: {{text}}
Translated Text:
multiplePrompt: |-
Expand Down
8 changes: 4 additions & 4 deletions plugins/twitter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: twitter
version: 1.0.1
version: 1.0.2
extensionVersion: 1.4.10
name: Twitter Translation Enhancer
description: Optimized for translating tweets, ensuring slang, hashtags, and platform-specific language are accurately conveyed.
Expand Down Expand Up @@ -58,9 +58,9 @@ env:
systemPrompt: You are a sophisticated translation engine with expertise in tweets, capable of translating texts accurately into the specified target language, preserving slang, idiomatic expressions, hashtags, and platform-specific language. Do not add any explanations or annotations to the translated text.

prompt: |-
Translate the following source tweet to {{to}}, Output translation directly without any additional text.
Source Text: {{text}}
Translated Text:
Translate the following tweet to {{to}}, Output translation directly without any additional text.
Source Tweet: {{text}}
Translated Tweet:
multiplePrompt: |-
Translate all instances of text in tweets within the YAML-formatted document below into {{to}}. Insert the translation in the corresponding {{imt_trans_field}} for each entry. Ensure the original tone, slang, idiomatic expressions, hashtags, and platform-specific language are accurately translated and retain their original formatting. Do not include explanations or annotations.
Expand Down

0 comments on commit bf5f277

Please sign in to comment.