mic
|
ddf164f1c2
|
api chat window status message colors fixed for light theme
|
2024-09-05 22:00:50 +02:00 |
|
mic
|
053fb9c541
|
added double wuotes to model and host in che connection message of the APIs
|
2024-08-28 22:00:56 +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
|
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
|
0d572a79ef
|
added a status message. fixes #119
|
2024-08-22 23:51:18 +02:00 |
|
mic
|
a514e41137
|
ollama api: showing an error when connection is interrupted. fixes #114
|
2024-08-22 23:07:32 +02:00 |
|
mic
|
c66927f472
|
really closing the connection to the server when stopped by the user.
|
2024-08-22 22:42:02 +02:00 |
|
mic
|
5dfd5925b0
|
no more quirks warning on api web chat
|
2024-08-22 22:28:43 +02:00 |
|
mic
|
dc98f90548
|
enabling send button after an error
|
2024-08-21 15:37:11 +02:00 |
|
mic
|
4f317fb088
|
improved dark color scheme for api webchat
|
2024-08-21 15:25:02 +02:00 |
|
mic
|
4eba5a0eaf
|
stop button added. see #113. some info about the model are now dinamic
|
2024-08-20 23:52:35 +02:00 |
|
mic
|
4db9f0c8a5
|
ollama api is working. see #79
|
2024-08-20 22:51:48 +02:00 |
|
mic
|
e2aa598f01
|
ollama_api: first version with a working ollama call! see #79
|
2024-08-20 18:35:37 +02:00 |
|
mic
|
082ef41840
|
fixed error handling
|
2024-08-20 18:16:36 +02:00 |
|
mic
|
5906082b9f
|
model-worker.js renamed to model-worler-openai.js see #79
|
2024-08-20 17:54:06 +02:00 |
|
mic
|
d7262a2520
|
renamed the action from chatgpt_send to api_send when using an API. see #79
|
2024-08-20 17:50:58 +02:00 |
|
mic
|
19342cbced
|
removed chatgpt web fallback, added error messages. fixes #111
|
2024-08-20 15:00:55 +02:00 |
|
mic
|
06b5e6e939
|
comment removed
|
2024-08-20 14:50:23 +02:00 |
|
mic
|
470d326826
|
openai_api - improved error messages in case of connection errors.
|
2024-08-20 14:43:22 +02:00 |
|
mic
|
b0fdaf7037
|
improved async in closing chat windows. fixes #110
|
2024-08-20 14:41:11 +02:00 |
|
mic
|
dd2e084bb4
|
some fixes ported from 2.0.6
|
2024-08-19 23:58:33 +02:00 |
|
mic
|
085173d322
|
improved scrollbar behaviour. see #108
|
2024-08-16 14:40:10 +02:00 |
|
mic
|
1f3d974ada
|
scrollbar added. fixes #108
|
2024-08-16 14:21:52 +02:00 |
|
mic
|
f8bc7b00ac
|
console.log statement temporary commented out, wating for #106
|
2024-08-16 00:17:01 +02:00 |
|
mic
|
76f372ef8c
|
typo fixed
|
2024-08-14 22:32:59 +02:00 |
|
mic
|
ff1c7b1fc1
|
[OpenAPI] stripping double quotes at the beginning and the end of the response. fixes #99
|
2024-08-14 22:14:39 +02:00 |
|
mic
|
f8a8413955
|
correctly checking do_custom_text. see #96
|
2024-07-30 21:50:15 +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
|
8f89b3beaf
|
connecting message added to i18n en
|
2024-07-29 23:30:55 +02:00 |
|
mic
|
2aa2f1459f
|
logging full html response
|
2024-07-29 23:27:57 +02:00 |
|
mic
|
3e06b683da
|
correctly handling multiple answers
|
2024-07-29 23:24:45 +02:00 |
|
mic
|
2646009826
|
prevent to send empty messages
|
2024-07-29 23:18:56 +02:00 |
|
mic
|
ecf4a7a167
|
getting the model from the options. added a tolltip to the send button to show the used model
|
2024-07-29 23:12:47 +02:00 |
|
mic
|
5b4cd31152
|
commented out mock functions
|
2024-07-29 22:54:00 +02:00 |
|
mic
|
ebfd1f08c8
|
darkmode added. fixes #91
|
2024-07-28 23:18:39 +02:00 |
|
mic
|
84a18f873b
|
added test vars to check the page in a browser
|
2024-07-28 21:56:30 +02:00 |
|
mic
|
918425cebe
|
modified sendbutton border
|
2024-07-28 21:54:50 +02:00 |
|
mic
|
9d7998dde5
|
improvig chat grafic. see #95
|
2024-07-27 15:12:13 +02:00 |
|
mic
|
1035d22a25
|
changed message title in case of an error
|
2024-07-27 15:08:15 +02:00 |
|
mic
|
5e4df1756f
|
added type to appendUserMessage
|
2024-07-27 14:59:50 +02:00 |
|
mic
|
1c098faeef
|
using info type
|
2024-07-27 14:59:21 +02:00 |
|
mic
|
08d38e90b0
|
added type to appendBotMessage
|
2024-07-27 14:55:25 +02:00 |
|
mic
|
6713703964
|
using message type
|
2024-07-27 14:55:07 +02:00 |
|
mic
|
94e5398b02
|
added close button. improved action buttons
|
2024-07-22 00:13:01 +02:00 |
|
mic
|
5b6b200af0
|
improved error log text
|
2024-07-21 23:52:21 +02:00 |
|
mic
|
26aa9b0092
|
correctly replying and substituting text
|
2024-07-21 23:47:05 +02:00 |
|
mic
|
6d9bb7cf7c
|
corretly handling input state
|
2024-07-21 23:15:05 +02:00 |
|
mic
|
4c529df6f2
|
response header changed to ChatGPT
|
2024-07-21 23:06:24 +02:00 |
|
mic
|
4562533619
|
promptData correctly inizialized
|
2024-07-21 23:03:52 +02:00 |
|
mic
|
a8f8a7e33a
|
sending full promptData to the frontend
|
2024-07-21 23:01:53 +02:00 |
|
mic
|
9307c4742e
|
empty prefs_api_key for testing
|
2024-07-21 22:53:14 +02:00 |
|
mic
|
98bed310ec
|
enabling the send button after the full response
|
2024-07-21 22:51:10 +02:00 |
|
mic
|
b8353f78ce
|
typo fixed
|
2024-07-21 22:50:15 +02:00 |
|
mic
|
da4da31e6c
|
css margins fixed
|
2024-07-21 22:48:42 +02:00 |
|
mic
|
e7332225ff
|
adding action button after response and collecting the full html response in a var
|
2024-07-21 22:43:28 +02:00 |
|
mic
|
3e96681d03
|
not using innerhtml in flushAccumulatingMessage
|
2024-07-21 22:12:18 +02:00 |
|
mic
|
57d5e54ff0
|
added mock functions to test the user interface
|
2024-07-21 21:05:48 +02:00 |
|
mic
|
f372583cba
|
commented a console.log line
|
2024-07-21 20:30:52 +02:00 |
|
mic
|
8029a47a83
|
typo fixed
|
2024-07-21 20:22:18 +02:00 |
|
mic
|
ca912be91b
|
error message improved
|
2024-07-21 16:51:01 +02:00 |
|
mic
|
37ec6ca76a
|
handling error messages from the ChatGPT API
|
2024-07-21 16:49:36 +02:00 |
|
mic
|
113656a257
|
comment added
|
2024-07-21 16:24:38 +02:00 |
|
mic
|
89500c82a8
|
text improved
|
2024-07-21 16:24:09 +02:00 |
|
mic
|
bab960c278
|
removed another mock message
|
2024-07-21 16:23:39 +02:00 |
|
mic
|
386d49b63d
|
sending the choosen prompt
|
2024-07-21 16:22:59 +02:00 |
|
mic
|
c57eeb134d
|
removed empty line
|
2024-07-21 16:00:01 +02:00 |
|
mic
|
1ef4684bff
|
comments translated to english
|
2024-07-21 15:59:24 +02:00 |
|
mic
|
29b29026e5
|
empty lines removed
|
2024-07-21 15:58:22 +02:00 |
|
mic
|
c712d11112
|
spaces removed
|
2024-07-21 15:57:36 +02:00 |
|
mic
|
5cf514c17a
|
added missing style.css file
|
2024-07-21 15:43:29 +02:00 |
|
mic
|
c42097b83f
|
setting a model for tests
|
2024-07-21 15:39:29 +02:00 |
|
mic
|
48538102af
|
correctly handling api_key_chatgpt pref
|
2024-07-21 15:39:18 +02:00 |
|
mic
|
2eeed96331
|
added license header
|
2024-07-21 15:30:11 +02:00 |
|
mic
|
d942b026c0
|
mock functions removed
|
2024-07-21 15:26:10 +02:00 |
|
mic
|
ee2540a8c8
|
correctly using openai api class in the webworker
|
2024-07-21 15:25:07 +02:00 |
|
mic
|
a034a5a2b9
|
chatgpt web frontend: no more using innerHTML. now using markdown-it instead of marked
|
2024-07-21 00:18:41 +02:00 |
|
mic
|
6e93b90027
|
first import of boxabirds/chatgpt-frontend-nobuild chatgpt web frontend
|
2024-07-21 00:17:19 +02:00 |
|