From 1c1c1702aa488da7673e0c1a22018cba14e82e96 Mon Sep 17 00:00:00 2001 From: Eric-Terminal <121368508+Eric-Terminal@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=B7=E6=B1=82=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=A7=A3=E6=9E=90=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- config.json | 16 ++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index ee92bee..56613b2 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ Thumbs.db # This file is generated by the application and contains user-specific secrets. # It should not be committed to version control. -*.html \ No newline at end of file +*.html +config.json +output_reports/ \ No newline at end of file diff --git a/config.json b/config.json index 1f49ecd..970c588 100644 --- a/config.json +++ b/config.json @@ -4,11 +4,11 @@ "__device_fingerprint_source__": "hardware", "SaveMarkdown": true, "RenderMarkdown": true, - "VlmUrl": "https://api.ericterminal.com/v1", - "VlmApiKey": "gAAAAABo-F2EZa6kKSdQNolAPQcvN5RMdyCcgJpQ2VFg0szZWFWfa7MQQsMWT7R6jKpSBgVxSCYuzEC2A-xcZqIdkY_rqdFSYzT0Uou84UKP0aqkTCNTJwd3wwetbYQTpcWtJpRuw6KrVnFtypcON4K7gXdV0biDEw==", + "VlmUrl": "https://hajimi.ericterminal.com/v1", + "VlmApiKey": "gAAAAABo-Pb2CI_THSAGLf48Z5q2UD6ehJk3x1IGh7995IA1CrU13LpDtKmvpwflgOxXvJ7-fNnXAwPreI7l8mNZZI1rdKMVJIHfdCMIm7MkxD4EpjXXveCuu9XjrAEbJnQId26HDjog", "VlmModel": "gemini-2.5-pro", - "LlmUrl": "https://api.ericterminal.com/v1", - "LlmApiKey": "gAAAAABo-F2E-b6xQWGj5DhJfTNlZkekVeidkYI9ZH7-bhPayqcbAkNVsc9NpgSFo5b1dfifT9cVirJeGjoxobSS6ewWJvDN0JgbZa2e1pZeo5Gsqvei3O2s4xOEk9kAsWej6WjynjFYHkBEz10sK53cCPHZI1RqAA==", + "LlmUrl": "https://hajimi.ericterminal.com/v1", + "LlmApiKey": "gAAAAABo-Pb2NR-ywuI5w7JmsWuLku2KHahGIMdQzFa4eW4NEM3PMDh9Ayp91zYJ8WPiNMvo41SKrevGygnvjm8u4hYQl8-B02SANddcIB11WY4DQ1max4GCeNAfM7Ta9dka7XJcSJ2D", "LlmModel": "gemini-2.5-pro", "OutputDirectory": "output_reports", "MaxWorkers": 4, @@ -16,8 +16,8 @@ "RetryDelay": 5, "SensitivityFactor": 1.0, "AutoUpdateCheck": true, - "UsageVlmInput": 645, - "UsageVlmOutput": 19, - "UsageLlmInput": 1385, - "UsageLlmOutput": 296 + "UsageVlmInput": 1290, + "UsageVlmOutput": 38, + "UsageLlmInput": 2771, + "UsageLlmOutput": 462 } \ No newline at end of file