You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ In Development - It's still in its infancy. Use with caution!
4
4
5
5
## So, What's the Idea Here?
6
6
7
-
**BasiliskLLM** is like the cool uncle of LLM interaction tools. Drawing "inspiration" (a.k.a. brilliant ideas stolen in the dead of night) from [OpenAI's NVDA add-on](https://github.com/aaclause/nvda-OpenAI/), it aims to do what every project dreams of: actually be useful. Our noble mission? To make chatting with large language models (LLMs) so easy, even your grandma could do it blindfolded. Whether you're into OpenAI, OpenRouter, Mistral, or running your own secretive AI in the basement, we've got you covered. Yes, even you, screen reader users. We see you.
7
+
**BasiliskLLM** is like the cool uncle of LLM interaction tools. Drawing "inspiration" (a.k.a. brilliant ideas stolen in the dead of night) from [OpenAI's NVDA add-on](https://github.com/aaclause/nvda-OpenAI/), it aims to do what every project dreams of: actually be useful. Our noble mission? To make chatting with large language models (LLMs) so easy, even your grandma could do it blindfolded. Whether you're into Anthropic, Mistral, OpenAI, OpenRouter, or running your own secretive AI in the basement, we've got you covered. Yes, even you, screen reader users. We see you.
8
8
9
9
### And the Name? Seriously?
10
10
@@ -67,6 +67,8 @@ These shortcuts work anywhere in Windows.
67
67
-`AltGr+Shift+W`: take a screenshot of the current window and send the image to the active chat.
68
68
-`AltGr+Shift+F`: take a screenshot of the full screen and send the image to the active chat.
69
69
70
+
Note: you can also minimize the window using Alt+F4.
71
+
70
72
### BasiliskLLM window shortcuts
71
73
72
74
These shortcuts work only when the BasiliskLLM window is focused.
@@ -75,7 +77,7 @@ These shortcuts work only when the BasiliskLLM window is focused.
75
77
-`Ctrl+n`: Create a new chat.
76
78
-`Ctrl+w`: Close the current chat.
77
79
78
-
###NVDA Add-on Connector
80
+
## NVDA Add-on Connector
79
81
80
82
For those using NVDA, you can install the NVDA add-on connector to send the image of the current object directly to the active chat from any application.
81
83
@@ -85,7 +87,7 @@ Once the add-on is installed, you can use the following shortcuts:
85
87
- NVDA+SHIFT+k: Capture the current navigator object and send it to BasiliskLLM.
86
88
- NVDA+SHIFT+l: Send the current image source to BasiliskLLM (url or base64).
87
89
88
-
###Automatic update of the Application (Windows only)
90
+
## Automatic update of the Application (Windows only)
89
91
90
92
The app includes a built-in auto-update feature with three update channels:
0 commit comments