Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -27,7 +27,7 @@ Un'applicazione desktop elegante e moderna per tradurre testi dall'inglese all'i
|
||||
### 1. Clona il repository
|
||||
|
||||
```bash
|
||||
git clone https://github.com/tuousername/traduttore-ai.git
|
||||
git clone https://git.mirimatcode.eu/Node.js/Traduttore.git
|
||||
cd Traduttore
|
||||
```
|
||||
|
||||
@@ -59,13 +59,7 @@ curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
```bash
|
||||
# Modello consigliato (buon bilanciamento qualità/velocità)
|
||||
ollama pull llama3
|
||||
|
||||
# Oppure per traduzioni più accurate
|
||||
ollama pull qwen3:8b
|
||||
|
||||
# Per computer meno potenti
|
||||
ollama pull mistral
|
||||
ollama pull translategemma:4b
|
||||
```
|
||||
|
||||
### 5. Verifica che Ollama sia in esecuzione
|
||||
@@ -259,10 +253,9 @@ Poi nell'app, imposta l'URL: `http://localhost:8080`
|
||||
|
||||
| Modello | Dimensione | Qualità | Velocità | Uso |
|
||||
|---------|-----------|---------|----------|-----|
|
||||
| llama3 | 4.7 GB | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | Uso generale |
|
||||
| qwen3:8b | 4.9 GB | ⭐⭐⭐⭐⭐ | ⭐⭐⭐ | Traduzioni accurate |
|
||||
| mistral | 4.1 GB | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | Buon compromesso |
|
||||
| llama3:8b | 4.7 GB | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | Versione ridotta |
|
||||
| translategemma:4b | 3.3 GB | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | Uso generale |
|
||||
| qwen3.5:9b | 6.6 GB | ⭐⭐⭐⭐⭐ | ⭐⭐⭐ | Traduzioni accurate |
|
||||
| qwen3.5:0.8b | 1.0 GB | ⭐⭐⭐⭐ | ⭐⭐⭐⭐ | Versione ridotta |
|
||||
|
||||
## 🤝 Contribuire
|
||||
|
||||
|
||||
Reference in New Issue
Block a user