Commit graph

477 commits

Author SHA1 Message Date
mic
032bd37cb4 autoscroll to bottom fixed in chatgpt web interface integration 2025-07-25 23:27:04 +02:00
mic
51068dd95c Added a new default prompt to reply with a custom command asked when exectutin the prompt. See #444 2025-07-25 23:15:30 +02:00
Mic
66a64f924b fix: reply type button enable/disable only when present 2025-06-20 22:17:41 +02:00
Mic
b0135bcdf3 change reply type button improved in hatgpt web interface. see #372 2025-06-19 23:50:00 +02:00
Mic
647f23a50b Improved the AI web chat init message 2025-06-19 21:36:28 +02:00
Mic
d4d1653ac7 Enhance word diff rendering by splitting segments on <br> tags and appending appropriate span elements for added, removed, and unchanged text. 2025-06-19 00:33:00 +02:00
mic
4b9631db47 Refactor stripHtmlKeepLines to utilize convertBrToNewlines for improved HTML handling 2025-06-18 23:22:05 +02:00
mic
72428d8ee5 Integrate convertNewlinesToBr function to process text selections for improved HTML formatting 2025-06-18 23:11:27 +02:00
mic
5c0b011dad Add convertNewlinesToBr function to replace newlines with <br> tags 2025-06-18 22:25:37 +02:00
Mic
65e07723f5 added a debug line 2025-06-18 21:58:12 +02:00
Mic
1b0b0dcf59 fullPrompt logger added 2025-06-18 00:54:00 +02:00
Mic
6bafae81ca Add additional_message parameter to getAPIsInitMessageString for enhanced output. see #429 and #430 2025-06-18 00:00:00 +02:00
mic
f91e0e793f Add support for custom placeholders in prompt preparation. see #156 2025-06-16 21:13:48 +02:00
mic
f5a02e6fde Update placeholder properties documentation. see #156 2025-06-16 20:56:32 +02:00
Mic
7471f7691a Add support for custom placeholders in text replacement and validation. see #156 2025-06-15 23:42:00 +02:00
Mic
f4c1ab1018 import/export data placeholders added. see #156 2025-06-15 23:37:00 +02:00
Mic
bed5c65de0 refactored many functions to work with custom placeholders. see #156 2025-06-15 23:22:00 +02:00
Mic
2351034e3c Rename getCustomPromptsUsedSpace to getLocalStorageUsedSpace for clarity and update references 2025-06-15 23:17:00 +02:00
mic
1f93f4d295 the add tags response is now expcted as a JSON. see #365 2025-06-15 00:38:27 +02:00
mic
071ee6acf2 Refactor tag extraction in getTagsFromResponse to utilize extractJsonObject for improved JSON parsing. see #365 2025-06-15 00:37:57 +02:00
mic
859d8d9ef3 Add newline formatting to tag addition messages in finalizePrompt_add_tags 2025-06-15 00:33:40 +02:00
mic
d3813c00f6 Improve tag extraction in getTagsFromResponse by trimming whitespace and enhancing comma splitting for better parsing. see #365 2025-06-15 00:28:04 +02:00
mic
61480c0dc9 Enhance tag extraction functionality in getTagsFromResponse method with improved JSON parsing and backward compatibility. see #365 2025-06-15 00:22:10 +02:00
mic
07cf0774f9 Refactor prompt response messages and update HTML references for consistency across locales. see #365 2025-06-15 00:15:21 +02:00
mic
6c86e02b6f added an option to exclude the tag only with an exact match. see #395 2025-06-13 23:10:23 +02:00
mic
015a6f68a4 swap reply type icons in addCustomDiv function. see #372 2025-06-13 21:17:20 +02:00
Mic
54b3ba2dc9 icons updated. see #372 2025-06-12 23:25:00 +02:00
Mic
abe11457e6 added the change the reply type button in the chatgpt web interface. see #372 2025-06-12 23:20:00 +02:00
Mic
85f4fc7d11 chatgpt web interface fix for the response completion ported from v3.5.4 2025-06-12 23:15:00 +02:00
mic
e090d37df9 chatgpt web interface fix for the response completion ported from v3.5.3 2025-06-11 21:56:37 +02:00
mic
cedbfaf26b showing the reply type in the chatgpt web interface. see #372 2025-06-11 21:55:04 +02:00
Mic
ff8fff50c9 add 'think' parameter to Ollama constructor and include in fetchResponse. see #398 2025-06-09 20:57:00 +02:00
Mic
e1fd5a4800 using chatgpt_api_store. see #406 2025-06-09 20:47:00 +02:00
Mic
d2512a5ef7 update OpenAI class constructor to include store parameter. see #406 2025-06-09 20:47:00 +02:00
Mic
ca29885aa4 update OpenAIComp to include additional headers for OpenRouter API requests. see #401 2025-06-09 20:42:00 +02:00
Mic
3fc641dea4 open api comp config reordered 2025-06-09 20:32:00 +02:00
Mic
fc865df48e OpenRouter API config added. see #401 2025-06-09 20:32:00 +02:00
Mic
f4529c0994 Grok and Mistral name updated 2025-06-09 20:27:00 +02:00
Mic
cce942d592 Perplexity API config added. see #405 2025-06-09 20:27:00 +02:00
mic
6ee7d7c96f [OpenAIComp] Add error handling for empty choices in parsed response 2025-06-10 08:09:37 +02:00
mic
1ef91e1bbe Enhance login check and alert handling in run function. see #411 2025-06-05 22:15:34 +02:00
mic
4485b7fe2c Add handling for free account detection in checkGPTModel function. see #408 2025-06-05 21:48:42 +02:00
Mic
2cf21599c0 hide model warning on button click in addCustomDiv function 2025-06-03 22:43:00 +02:00
mic
2ba1905c46 Fix formatting of comments in exclusion list file for consistency 2025-05-25 22:12:23 +02:00
mic
bbf8eb7c5e Enhance tag assignment logging and prevent new tag creation when not needed. see #390 2025-05-25 22:03:08 +02:00
mic
ea22caa23c Refactor tag existence check to use label comparison and enhance logging for tag assignment. See #390 2025-05-25 11:41:14 +02:00
Mic
1e8eb4a1d4 selected_html placeholder added. see #368 2025-05-22 00:51:00 +02:00
mic
d419373515 OpenAI Comp services shorcut added. see #378 2025-05-21 22:35:36 +02:00
mic
95f6c0e40f Add API connection messages and refactor initialization logging 2025-05-21 21:49:33 +02:00
mic
1a75a93507 added anthroic api to the automatic features. see #349 2025-05-21 17:58:53 +02:00