Skip to content

Commit

Permalink
refactor: remove unnecessary service
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Jun 20, 2024
1 parent 7788f96 commit 7109424
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 5,021 deletions.
36 changes: 0 additions & 36 deletions src/i18n/locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,6 @@
"prompt_description": "By customizing the Prompt, you can customize the behavior of AI. $text $from $to $detect will be replaced with the text to be translated, source language, target language and detected language.",
"add": "Add Prompt"
},
"ollama_polish": {
"title": "Ollama Polish"
},
"ollama_summary": {
"title": "Ollama Summary"
},
"ollama_custom": {
"title": "Ollama Custom"
},
"openai": {
"title": "OpenAI",
"service": "Service Provider",
Expand All @@ -278,15 +269,6 @@
"prompt_description": "By customizing the Prompt, you can customize the behavior of OpenAI. $text $from $to $detect will be replaced with the text to be translated, source language, target language and detected language.",
"add": "Add Prompt"
},
"openai_summary": {
"title": "OpenAI Summary"
},
"openai_polish": {
"title": "OpenAI Polish"
},
"openai_custom": {
"title": "OpenAI Custom"
},
"geminipro": {
"title": "Gemini Pro",
"request_path": "Request Path",
Expand All @@ -295,15 +277,6 @@
"prompt_description": "By customizing the Prompt, you can customize the behavior of Gemini Pro. $text $from $to $detect will be replaced with the text to be translated, source language, target language and detected language.",
"add": "Add Prompt"
},
"geminipro_summary": {
"title": "Gemini Pro Summary"
},
"geminipro_polish": {
"title": "Gemini Pro Polish"
},
"geminipro_custom": {
"title": "Gemini Pro Custom"
},
"chatglm": {
"title": "ChatGLM",
"model": "Model",
Expand All @@ -315,15 +288,6 @@
"prompt_description": "By customizing the Prompt, you can customize the behavior of AI. $text $from $to $detect will be replaced with the text to be translated, source language, target language and detected language.",
"add": "Add Prompt"
},
"chatglm_summary": {
"title": "ChatGLM Summary"
},
"chatglm_polish": {
"title": "ChatGLM Polish"
},
"chatglm_custom": {
"title": "ChatGLM Custom"
},
"yandex": {
"title": "Yandex"
},
Expand Down
194 changes: 0 additions & 194 deletions src/services/translate/chatglm_custom/Config.jsx

This file was deleted.

101 changes: 0 additions & 101 deletions src/services/translate/chatglm_custom/index.jsx

This file was deleted.

38 changes: 0 additions & 38 deletions src/services/translate/chatglm_custom/info.ts

This file was deleted.

Loading

0 comments on commit 7109424

Please sign in to comment.