From be393917840b8f327d4f7ec3a84a0a39248bf3cc Mon Sep 17 00:00:00 2001 From: Talos Ross <148719095+talosross@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:24:59 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 363eb5d..fb38d07 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ - [Material Design 3](https://m3.material.io/) style UI, with dynamic color theme. - +It uses GPT-3.5 OpenAI/Mixtral 8x7B Groq to summarize. + ## ⭐️ Star History [![Star History Chart](https://api.star-history.com/svg?repos=talosross/SummaryYou&type=Timeline)] From fd5a830423d1b17f83fdaf21e799f9fa5fc5e781 Mon Sep 17 00:00:00 2001 From: Talos Ross <148719095+talosross@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:36:03 +0200 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c25ebb..3bd0341 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: submodules: true - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'zulu' java-version: 17