|
@@ -32,8 +32,8 @@ pip install -r requirements.txt
|
|
|
The tool uses environment variables for configuration:
|
|
The tool uses environment variables for configuration:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-# Ollama server base URL (default: http://ai-house:11434/)
|
|
|
|
|
-export OLLAMA_BASE_URL="http://ai-house:11434/"
|
|
|
|
|
|
|
+# Ollama server base URL (default: http://localhost:11434/)
|
|
|
|
|
+export OLLAMA_BASE_URL="http://localhost:11434/"
|
|
|
|
|
|
|
|
# Ollama model name (default: translategemma:12b)
|
|
# Ollama model name (default: translategemma:12b)
|
|
|
export OLLAMA_MODEL="translategemma:12b"
|
|
export OLLAMA_MODEL="translategemma:12b"
|