Commit graph

145 commits

Author SHA1 Message Date
Mic
b7953fe366
Merge branch 'issue_438_autofeat_apimodel' into api_improvements 2025-09-09 21:54:10 +02:00
Mic
59758a76c0 using thinking_budget in gemini. see #494 2025-09-08 22:00:00 +02:00
Mic
a34d3c41e0 code formatted. better prefs import. 2025-09-08 21:42:00 +02:00
Mic
257236077a prefs loading code improved 2025-09-08 21:42:00 +02:00
Mic
231cc75a2e printing gemini thinking budget on the API webchat. see #494 2025-09-08 21:42:00 +02:00
Mic
944138a0c2 code reformatting and using prefs_default 2025-09-04 22:36:00 +02:00
Mic
9c0583af51 Show the prompt id and name to the information in the AI API chat. See #436 2025-08-31 15:51:00 +02:00
Mic
4be5db1373 Improved getAPIsInitMessageString args handling. see #491 2025-08-31 15:41:00 +02:00
Mic
5af9a82951 Improved prompts method args handling. see #471 2025-08-28 21:09:00 +02:00
mic
86a457c01c converting newlines to <br> when sending the prompt to the api chat, to preserve the breaklines in the chat. To the AI is sent without <br>. see #469 2025-08-22 23:02:26 +02:00
Mic
647f23a50b Improved the AI web chat init message 2025-06-19 21:36:28 +02:00
Mic
8608501da0 send button shadow fixed. see #435 2025-06-19 21:15:10 +02:00
Mic
abfd8268cb Enhance HTML rendering in the diffViewer by splitting content on <br> tags and creating span elements for added, removed, and unchanged text. 2025-06-19 00:28:00 +02:00
mic
c90ee66fb4 Implement removeAloneBRs function to clean up <br> tags and enhance HTML rendering 2025-06-18 23:11:38 +02:00
Mic
adbdd34070 Refactor message rendering to use htmlStringToFragment for improved HTML display and maintainability. 2025-06-18 21:58:28 +02:00
Mic
cb798051cb Refactor Google Gemini API initialization to enhance user message output with additional system instructions. see #429 2025-06-18 00:10:00 +02:00
Mic
f6b1fd27d7 Enhance ChatGPT API initialization by adding developer messages and OpenAI Store status to the user message output. see #430 2025-06-18 00:05:00 +02:00
mic
89fbd214fa many typos fixed. few strings improved in the en locale. see #422 2025-06-15 17:38:05 +02:00
Mic
68e5f1c47a methods calls fixed. see #372 2025-06-12 23:30:00 +02:00
Mic
db3e4e7cfa added the reply type selector in the api webchat. see #372 2025-06-12 23:10:00 +02:00
Mic
4330abce63 showing the reply type in the api webchat. see #372 2025-06-09 21:07:00 +02:00
Mic
9c54f27242 using ollama_think. 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
5d6f0ba38d Show selection info when action is not zero and hide messages area by default. see #412 2025-06-05 22:33:54 +02:00
Mic
9d032ee54f the user can select a part of the response in the api webchat. fixes #356 2025-05-23 00:06:00 +02:00
mic
07957d62c7 Fix message formatting to display line breaks correctly in the messages area 2025-05-21 21:55:19 +02:00
mic
95f6c0e40f Add API connection messages and refactor initialization logging 2025-05-21 21:49:33 +02:00
mic
eff4c3f0da using anthropic in the api webchat. see #349 2025-05-20 23:07:40 +02:00
mic
59ae3643a5 Ported all the mods from v3.3.* into v3.4.0 2025-05-01 23:32:52 +02:00
Mic
f742f0460a remove debug console logs from mzta-custom-prompts.js and mzta-popup.js 2025-04-28 21:08:00 +02:00
mic
0214885a9f commented out debug console logs for Intl.Segmenter in tb115_loader.js and messagesArea.js 2025-04-27 21:33:30 +02:00
Mic
377fc67a18 Add ollama_num_ctx support in API and worker initialization. see #351 2025-04-22 00:11:00 +02:00
mic
d49e6d65e7 a "do_reply" from the compose window is changed in a "substitute text". see #353 2025-04-20 22:15:10 +02:00
Mic
dc0d4339fb improved the additional text form when using an API connection. fixes #97 2025-04-16 00:11:00 +02:00
mic
93e42d1038 removing duplicate i18n string 2025-03-23 21:55:51 +01:00
mic
627c71e62d hardcoded strings are now available for translation. fixes #298 2025-03-22 22:27:49 +01:00
mic
11c84d463f Disable diff viewer button after displaying the diff. see #109 2025-03-22 22:16:21 +01:00
mic
bebbfdd74c Add dark mode styles for added and removed message highlights. see #109 2025-03-22 17:42:23 +01:00
mic
7c606bcb71 Update diff viewer to use body text as fallback for original text. see #109 2025-03-22 17:17:17 +01:00
Mic
928946dfdf Add diff viewer functionality for APIs integrations. see #109 2025-03-21 00:22:00 +01:00
mic
3b538050b6 copyright year updated 2025-01-10 21:21:37 +01:00
mic
a049fb59db using chatgpt_developer_messages option. fixes #218 2025-01-07 21:31:15 +01:00
mic
1d063235fd google gemini, using system instruction 2025-01-06 22:19:07 +01:00
mic
3073cf69a3 first working version of the google gemini api. see #204 2025-01-06 00:21:58 +01:00
mic
11cd0e6b66 correctly using this.llmName 2025-01-05 23:52:24 +01:00
mic
36c8e3054e workers moved in their folder 2024-12-11 22:28:09 +01:00
mic
4d49d080cd correctly showing error messages from the chatgpt api. fixes #191 2024-12-06 21:33:20 +01:00
Mic
863ce095f8
Merge branch 'main' into v2.3.0 2024-10-23 22:33:34 +02:00
mic
abf7e163c9 typos fixed. #170 2024-10-21 22:51:46 +02:00
mic
1d718b3797 additional_text implemented for api calls. see #153 2024-10-15 23:43:13 +02:00