You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the [OpenAI API](https://openai.com/blog/openai-api).
10
-
This tool can automatically translate missing string entries in Unity Localization using OpenAI GPT,
10
+
This tool can automatically translate missing string entries in Unity Localization using OpenAI GPT or DeepSeek,
11
11
making multilingual support both simple and efficient.
12
12
13
13

@@ -17,6 +17,11 @@ making multilingual support both simple and efficient.
17
17
2.**Customize translation requirements**: Use the Comment in the String Table Metadata to provide additional translation requirements for GPT, controlling translation result preferences.
18
18
3.**Iterate on translation results**: You can delete and retranslate unsatisfactory translation results at any time. You can also specify translation for a single item.
19
19
20
+
### Using DeepSeek API
21
+
Now this plugin supports DeepSeek API.
22
+
You can choose OpenAI or DeepSeek as the translation service provider.
23
+
For DeepSeek, set the base URL to `https://api.deepseek.com` and select model to `deepseek-chat` or `deepseek-reasoner`.
24
+
20
25
## Usage
21
26
22
27
### Installing the Plugin
@@ -33,17 +38,20 @@ making multilingual support both simple and efficient.
33
38
### Configuring the OpenAI API Key
34
39
* Go to https://platform.openai.com/api-keys to get your API Key.
35
40
41
+
### Or Configuring the DeepSeek API Key
42
+
* Go to https://platform.deepseek.com/api_keys to get your API Key.
43
+
36
44
## How to Use
37
45
Open the `Tools > GPT Localization` menu in Unity to open the GPT Localization window.
0 commit comments