davideuler
commited on
Commit
·
79d1413
1
Parent(s):
fb591e6
minor update
Browse files
README.md
CHANGED
@@ -18,10 +18,11 @@ The local/remote translation API is invoked on a per-page basis as needed, trigg
|
|
18 |
|
19 |
## Supported translators and LLMS:
|
20 |
* Google Translator (NO need api-key, it it totally free)
|
|
|
21 |
* ChatGPT
|
22 |
* DeepSeek (Use the OpenAI Compatible endpoint at https://api.deepseek.com/v1)
|
23 |
* Qwen (Use the OpenAI Compatible endpoint)
|
24 |
-
|
25 |
* Other OpenAI Compatible LLMs like GLM/Moonshot etc.
|
26 |
|
27 |
## Start the Web Application for PDF Translator for Human
|
@@ -72,7 +73,9 @@ cmake --build build --config Release -j 12
|
|
72 |
|
73 |
```
|
74 |
|
|
|
75 |
|
|
|
76 |
|
77 |
## Acknowlegement
|
78 |
|
|
|
18 |
|
19 |
## Supported translators and LLMS:
|
20 |
* Google Translator (NO need api-key, it it totally free)
|
21 |
+
* Local deployed LLMs (ollama, llama.cpp, mlx_lm ... etc.)
|
22 |
* ChatGPT
|
23 |
* DeepSeek (Use the OpenAI Compatible endpoint at https://api.deepseek.com/v1)
|
24 |
* Qwen (Use the OpenAI Compatible endpoint)
|
25 |
+
|
26 |
* Other OpenAI Compatible LLMs like GLM/Moonshot etc.
|
27 |
|
28 |
## Start the Web Application for PDF Translator for Human
|
|
|
73 |
|
74 |
```
|
75 |
|
76 |
+
### Options 3. Local inference service by ollama/vLLM and other application such as LMStudio
|
77 |
|
78 |
+
Please read the official guide for you LLM inferencing tool.
|
79 |
|
80 |
## Acknowlegement
|
81 |
|