release notes updated
This commit is contained in:
parent
1779a30c84
commit
4aeab58a35
2 changed files with 4 additions and 2 deletions
|
|
@ -4,8 +4,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Version 3.8.0 - ??/??/2025</h2>
|
<h2>Version 3.8.0 - ??/??/2026</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><i>[All APIs]</i> Now it is possible to define an API and its settings for any custom prompt. This allows anyone to use different AI providers for different prompts [<a href="https://github.com/micz/ThunderAI/pull/102">#102</a>].</li>
|
||||||
<li><i>[All APIs]</i> When using special prompts (like automatically adding tags or the spam filter) with a specific API integration, all the settings for that integration can be specific. In this way you can use different api keys for the same integration, or different system prompt or temperature [<a href="https://github.com/micz/ThunderAI/pull/590">#590</a>].</li>
|
<li><i>[All APIs]</i> When using special prompts (like automatically adding tags or the spam filter) with a specific API integration, all the settings for that integration can be specific. In this way you can use different api keys for the same integration, or different system prompt or temperature [<a href="https://github.com/micz/ThunderAI/pull/590">#590</a>].</li>
|
||||||
<li><i>[All APIs]</i> Added the temperature parameter [<a href="https://github.com/micz/ThunderAI/issues/561">#561</a>].</li>
|
<li><i>[All APIs]</i> Added the temperature parameter [<a href="https://github.com/micz/ThunderAI/issues/561">#561</a>].</li>
|
||||||
<li><i>[OpenAI API]</i> Model filtering improved when choosing a model in the options page.</li>
|
<li><i>[OpenAI API]</i> Model filtering improved when choosing a model in the options page.</li>
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,9 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||||
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||||
<h2>Version 3.8.0 - ??/??/2025</h2>
|
<h2>Version 3.8.0 - ??/??/2026</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><i>[All APIs]</i> Now it is possible to define an API and its settings for any custom prompt. This allows anyone to use different AI providers for different prompts [<a href="https://github.com/micz/ThunderAI/pull/102">#102</a>].</li>
|
||||||
<li><i>[All APIs]</i> When using special prompts (like automatically adding tags or the spam filter) with a specific API integration, all the settings for that integration can be specific. In this way you can use different api keys for the same integration, or different system prompt or temperature [<a href="https://github.com/micz/ThunderAI/pull/590">#590</a>].</li>
|
<li><i>[All APIs]</i> When using special prompts (like automatically adding tags or the spam filter) with a specific API integration, all the settings for that integration can be specific. In this way you can use different api keys for the same integration, or different system prompt or temperature [<a href="https://github.com/micz/ThunderAI/pull/590">#590</a>].</li>
|
||||||
<li><i>[All APIs]</i> Added the temperature parameter [<a href="https://github.com/micz/ThunderAI/issues/561">#561</a>].</li>
|
<li><i>[All APIs]</i> Added the temperature parameter [<a href="https://github.com/micz/ThunderAI/issues/561">#561</a>].</li>
|
||||||
<li><i>[OpenAI API]</i> Model filtering improved when choosing a model in the options page.</li>
|
<li><i>[OpenAI API]</i> Model filtering improved when choosing a model in the options page.</li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue