Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JimEverest committed Nov 8, 2024
1 parent 4e5a4f8 commit bd4d394
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

6 changes: 3 additions & 3 deletions fastshot/env.bat
Original file line number Diff line number Diff line change
@@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='fastshot',
version='1.1.8',
version='1.1.9',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit bd4d394

Please sign in to comment.