release notes updated
This commit is contained in:
parent
ed7a0966ff
commit
29317e05db
2 changed files with 4 additions and 6 deletions
|
|
@ -3,16 +3,15 @@
|
|||
|
||||
|
||||
|
||||
<h2>Version 2.1.0 - ??/??/2024</h2>
|
||||
<h2>Version 2.1.0 - 28/08/2024</h2>
|
||||
<ul>
|
||||
<li>Improved error messages for connection errors.</li>
|
||||
<li><i>[Ollama API]</i> It's now possible to use a local LMM using <a href="https://ollama.com/" target="_blank">Ollama</a> [<a href="https://github.com/micz/ThunderAI/issues/79">#79</a>].</li>
|
||||
<li><i>[ChatGPT API][Ollama API]</i> Added a "Stop" button to stop the current elaboration [<a href="https://github.com/micz/ThunderAI/issues/113">#113</a>].
|
||||
<li><i>[ChatGPT API]</i> If the configuration is missing the model or the API key, an error message is now provided, and there is no more fallback to the ChatGPT web interface [<a href="https://github.com/micz/ThunderAI/issues/111">#111</a>].</li>
|
||||
<li><i>[ChatGPT API][Ollama API]</i> Improved chat colors scheme for darkmode.</li>
|
||||
<li><i>[ChatGPT API][Ollama API]</i> Added a status message to give feedback to the user about the current operation [<a href="https://github.com/micz/ThunderAI/issues/119">#119</a>].</li>
|
||||
<li>Improved the internal messaging system between the background script and the chat windows [<a href="https://github.com/micz/ThunderAI/issues/117">#117</a>].</li>
|
||||
<li>...</li>
|
||||
<li>Improved error messages for connection errors.</li>
|
||||
<h2>Version 2.0.7 - 21/08/2024</h2>
|
||||
<ul>
|
||||
<li><i>[ChatGPT Web]</i> Fixed an issue with automatically sending the prompt.</li>
|
||||
|
|
|
|||
|
|
@ -7,16 +7,15 @@
|
|||
<body>
|
||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||
<h2>Version 2.1.0 - ??/??/2024</h2>
|
||||
<h2>Version 2.1.0 - 28/08/2024</h2>
|
||||
<ul>
|
||||
<li>Improved error messages for connection errors.</li>
|
||||
<li><i>[Ollama API]</i> It's now possible to use a local LMM using <a href="https://ollama.com/" target="_blank">Ollama</a> [<a href="https://github.com/micz/ThunderAI/issues/79">#79</a>].</li>
|
||||
<li><i>[ChatGPT API][Ollama API]</i> Added a "Stop" button to stop the current elaboration [<a href="https://github.com/micz/ThunderAI/issues/113">#113</a>].
|
||||
<li><i>[ChatGPT API]</i> If the configuration is missing the model or the API key, an error message is now provided, and there is no more fallback to the ChatGPT web interface [<a href="https://github.com/micz/ThunderAI/issues/111">#111</a>].</li>
|
||||
<li><i>[ChatGPT API][Ollama API]</i> Improved chat colors scheme for darkmode.</li>
|
||||
<li><i>[ChatGPT API][Ollama API]</i> Added a status message to give feedback to the user about the current operation [<a href="https://github.com/micz/ThunderAI/issues/119">#119</a>].</li>
|
||||
<li>Improved the internal messaging system between the background script and the chat windows [<a href="https://github.com/micz/ThunderAI/issues/117">#117</a>].</li>
|
||||
<li>...</li>
|
||||
<li>Improved error messages for connection errors.</li>
|
||||
<h2>Version 2.0.7 - 21/08/2024</h2>
|
||||
<ul>
|
||||
<li><i>[ChatGPT Web]</i> Fixed an issue with automatically sending the prompt.</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue