diff --git a/README.md b/README.md index c647279..3731b7c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ services: PAPERLESS_BASE_URL: 'http://paperless-ngx:8000' PAPERLESS_API_TOKEN: 'your_paperless_api_token' LLM_PROVIDER: 'openai' # or 'ollama' - LLM_MODEL: 'gpt-4' # or 'llama2' + LLM_MODEL: 'gpt-4o' # or 'llama2' OPENAI_API_KEY: 'your_openai_api_key' # Required if using OpenAI LLM_LANGUAGE: 'English' # Optional, default is 'English' ports: @@ -77,7 +77,7 @@ If you prefer to run the application manually: 1. **Clone the Repository:** ```bash - git clone https://github.com/yourusername/paperless-gpt.git + git clone https://github.com/icereed/paperless-gpt.git cd paperless-gpt ``` @@ -94,7 +94,7 @@ If you prefer to run the application manually: -e PAPERLESS_BASE_URL='http://your_paperless_ngx_url' \ -e PAPERLESS_API_TOKEN='your_paperless_api_token' \ -e LLM_PROVIDER='openai' \ - -e LLM_MODEL='gpt-4' \ + -e LLM_MODEL='gpt-4o' \ -e OPENAI_API_KEY='your_openai_api_key' \ -e LLM_LANGUAGE='English' \ -p 8080:8080 \ @@ -167,4 +167,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file --- -**Disclaimer:** This project is not affiliated with the official paperless-ngx project. Use at your own discretion. \ No newline at end of file +**Disclaimer:** This project is not affiliated with the official paperless-ngx project. Use at your own discretion. diff --git a/index.html b/index.html deleted file mode 100644 index 00aab83..0000000 --- a/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - Paperless-GPT Verarbeiter - - - -

Paperless-GPT Verarbeiter

-

Die folgenden Dokumente werden verarbeitet:

- - - - - - {{range .}} - - - - - {{else}} - - - - {{end}} -
Dokument IDAktueller Titel
{{.ID}}{{.Title}}
Keine Dokumente zu verarbeiten.
- {{if .}} -
- -
- {{end}} - - diff --git a/result.html b/result.html deleted file mode 100644 index 6d4a08c..0000000 --- a/result.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - Verarbeitung abgeschlossen - - - -

Verarbeitung abgeschlossen

-

Hier ist der Vorher-Nachher-Vergleich der Dokumenttitel:

- - - - - - - {{range .}} - - - - - - {{end}} -
Dokument IDAlter TitelNeuer Titel
{{.ID}}{{.Title}}{{.SuggestedTitle}}
-

Zurück zur Hauptseite

- -