From bd4d394ffbf5912a0d0e73800b8b0afbed95293c Mon Sep 17 00:00:00 2001 From: jimeverest Date: Fri, 8 Nov 2024 23:26:00 +0800 Subject: [PATCH] update --- README.md | 12 ++++-------- fastshot/env.bat | 6 +++--- setup.py | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8a7abdb..c5948d7 100644 --- a/README.md +++ b/README.md @@ -336,17 +336,13 @@ Collaboration: Engage with the community to improve and expand plugin functional 13. ~~config-env~~ 14. copy&paste image into the Ask Dialog 15. ~~Global Ask Dialog~~AS - +16. ~~2nd color for screenpen + Highlighter~~ 17. predefined prompt for ask 18. D-board name 19. OCR Packaging. - - - - 20. ~~透明度单向循环。(100-->90-->80-->70-->60-->50-->40-->30-->20-->10 --> 100 --> ......)~~ -21. tk window force bring to front again -22. tk window trigger clean previous window. +21. ~~tk window force bring to front again~~ +22. ~~tk window trigger clean previous window.~~ + -16. 2nd color for screenpen + Highlighter diff --git a/fastshot/env.bat b/fastshot/env.bat index 0cef1b7..3d9e8cc 100644 --- a/fastshot/env.bat +++ b/fastshot/env.bat @@ -1,9 +1,9 @@ @echo off -setx OPENAI_TOKEN "sk-kKC42vieYCFsy7Et037c2c02A9F74b649541E94fDbA978D5" +setx OPENAI_TOKEN "" setx OPENAI_TOKEN_URL "" setx OPENAI_HEALTH_URL "" -setx OPENAI_MM_URL "https://api.adamchatbot.chat/v1/chat/completions" -setx OPENAI_CHATGPT_URL "https://api.adamchatbot.chat/v1/chat/completions" +setx OPENAI_MM_URL "" +setx OPENAI_CHATGPT_URL "" setx OPENAI_USER_NAME "" setx OPENAI_PASSWORD "" setx OPENAI_APPLICATION_ID "" diff --git a/setup.py b/setup.py index 246cdf5..30f331e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='fastshot', - version='1.1.8', + version='1.1.9', packages=find_packages(), include_package_data=True, install_requires=[