mic
|
4c9db4ab5c
|
handling keyboard navigation in prompts selection. see #130
|
2024-09-14 17:02:30 +02:00 |
|
mic
|
d50cd67f7b
|
indentation fixed
|
2024-09-14 15:54:17 +02:00 |
|
mic
|
c97ab5fb14
|
first version for calling a shortcut and showing a div. see #130
|
2024-09-13 23:26:36 +02:00 |
|
mic
|
5004b2ee82
|
added prompts migration from sync to local. see #129
|
2024-09-13 21:05:18 +02:00 |
|
Mic
|
57f7cd3876
|
case 'openai_comp_api' added to open chat window method. see #126
|
2024-09-13 19:47:47 +02:00 |
|
Mic
|
fcc66f943d
|
new way of opening the chatgpt web interface window. some other improvments in the chatgpt interface. see #122
|
2024-09-04 20:37:34 +02:00 |
|
mic
|
142907feff
|
fixed the error reporting string. added a max tries to the chatgpt web interface connect script
|
2024-09-03 21:38:50 +02:00 |
|
mic
|
8d051b19f6
|
correctly handling and removing the listener when using the openai api
|
2024-08-28 22:34:00 +02:00 |
|
Mic
|
e4bfbcf0ea
|
Merge branch 'main' into 2.1.0
|
2024-08-28 21:48:44 +02:00 |
|
Mic
|
eabb4b1370
|
Merge pull request #120 from micz/new_internal_msg_system
New internal msg system between the background script and the chat windows
|
2024-08-23 14:39:22 +02:00 |
|
mic
|
47a4a8c5bc
|
correctly closing the window
|
2024-08-23 14:36:48 +02:00 |
|
mic
|
687ac698a7
|
ollama new internal messaging system fixed
|
2024-08-23 14:29:23 +02:00 |
|
Mic
|
c104edbf93
|
new internal communication system for openai api
|
2024-08-23 14:03:25 +02:00 |
|
Mic
|
9698eb1d01
|
new internal messaging method in the ollama api call
|
2024-08-23 13:52:48 +02:00 |
|
mic
|
d7cef5dceb
|
usgin the new logger changeDebug method. fixes #115
|
2024-08-22 22:32:00 +02:00 |
|
mic
|
afa7815ebe
|
log messages improved. see #117
|
2024-08-22 22:26:12 +02:00 |
|
mic
|
8071fe4f16
|
error messages improved. see #117
|
2024-08-22 22:20:32 +02:00 |
|
mic
|
1ab1da1b68
|
fixed chatgpt web loop. see #117
|
2024-08-22 22:17:02 +02:00 |
|
mic
|
43c6c68238
|
implemented a loop on exception to send a message to the tab
|
2024-08-22 22:09:44 +02:00 |
|
mic
|
e2aa598f01
|
ollama_api: first version with a working ollama call! see #79
|
2024-08-20 18:35:37 +02:00 |
|
mic
|
3acac0d8f0
|
showNotification method removed
|
2024-08-20 18:01:01 +02:00 |
|
mic
|
00250bcfeb
|
added the call to ollama and renamed the action from chatgpt_send to api_send when using an API. see #79
|
2024-08-20 17:50:41 +02:00 |
|
mic
|
19342cbced
|
removed chatgpt web fallback, added error messages. fixes #111
|
2024-08-20 15:00:55 +02:00 |
|
mic
|
e014bc29ce
|
Ignoring certain tabs when adding content scripts.
|
2024-08-19 23:40:51 +02:00 |
|
mic
|
135113ada9
|
using a logger, see #106
|
2024-08-19 18:00:35 +02:00 |
|
Mic
|
0495b50ccb
|
fixed API web chat windows opnening in Thunderbird 115
|
2024-08-19 11:48:48 +02:00 |
|
mic
|
ab0a9c5d10
|
commented out some console.log statement. waint for #106
|
2024-08-16 14:27:44 +02:00 |
|
mic
|
fa6127bcae
|
console.log statement temporary commented out, wating for #106
|
2024-08-16 00:15:09 +02:00 |
|
mic
|
e908fbeeff
|
TB128+ waiting for the tab to be really loaded. Fixes #107
|
2024-08-16 00:07:51 +02:00 |
|
mic
|
ea861cc226
|
chatgpt_keep_formatting option removed
|
2024-08-14 22:44:22 +02:00 |
|
mic
|
ffc5c465ce
|
indentation fixed
|
2024-08-14 21:59:11 +02:00 |
|
mic
|
7ec3a3ad0f
|
no more notifying the error about mising api key and model
|
2024-08-09 17:07:02 +02:00 |
|
mic
|
4fdd7d3dc2
|
asking for custom text using the javascript prompt() function. fixes #96. To be improved.
|
2024-07-30 21:48:43 +02:00 |
|
mic
|
9bff8a0358
|
chatgpt api prefs renamed
|
2024-07-29 23:35:10 +02:00 |
|
mic
|
1ba49b64f3
|
added error notification for empty model or apikey using the ChatGPT API
|
2024-07-29 22:47:17 +02:00 |
|
mic
|
1ed94ba797
|
if no API key is present, fall back to the web interface. Fixes #94
|
2024-07-22 23:03:54 +02:00 |
|
mic
|
283e6fda3d
|
Manage the options when using the API. Fixes #93
|
2024-07-22 23:00:35 +02:00 |
|
mic
|
874429e341
|
fixed tab loading for 115. to be fixed also for later versions
|
2024-07-21 22:29:55 +02:00 |
|
mic
|
580410c4b3
|
waiting for the tab to load properly
|
2024-07-21 22:26:40 +02:00 |
|
mic
|
386d49b63d
|
sending the choosen prompt
|
2024-07-21 16:22:59 +02:00 |
|
mic
|
6b5f16dc91
|
first call of the new api webchat frontend (work in progress)
|
2024-07-21 00:19:28 +02:00 |
|
mic
|
c22e6d4b5e
|
upedated error messages
|
2024-07-20 23:39:52 +02:00 |
|
mic
|
fda0378d08
|
using the api_active option
|
2024-07-20 23:27:27 +02:00 |
|
mic
|
dc2f581c7e
|
showing the current prompt name in the chatgpt window. fixes #20
|
2024-07-16 22:50:00 +02:00 |
|
Mic
|
141e236923
|
using chatgpt_keep_formatting. fixes #77
|
2024-06-27 18:27:41 +02:00 |
|
mic
|
7a4d6bfe8c
|
readded code to wait for the tab to be fully loaded
|
2024-06-26 22:56:38 +02:00 |
|
mic
|
61c10638cd
|
commented out some console.log debug lines
|
2024-06-19 21:50:46 +02:00 |
|
mic
|
0750aed36e
|
no more waiting for the tab to load
|
2024-06-18 23:41:23 +02:00 |
|
mic
|
faabd69924
|
removed useless import
|
2024-06-18 22:01:15 +02:00 |
|
mic
|
639fe495a7
|
replying to the right message. fixes #71
|
2024-06-18 21:08:03 +02:00 |
|