Skip to content
Snippets Groups Projects
Commit 14e1d068 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on AI help and Makefile

parent 4ba400fe
Branches
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ diagrams.</p>
information to the configuration file (e.g., config.xml) of TTool:</p>
<div class="sourceCode" id="cb1"><pre
class="sourceCode xml"><code class="sourceCode xml"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>&lt;<span class="kw">OPENAIKey</span><span class="ot"> data=</span><span class="st">&quot;</span><span class="er">&lt;</span><span class="st">put your secret key there&gt;&quot;</span>/&gt;</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>&lt;<span class="kw">OPENAIModel</span><span class="ot"> data=</span><span class="st">&quot;gpt-3.5-turbo&quot;</span>/&gt;</span></code></pre></div>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a>&lt;<span class="kw">OPENAIModel</span><span class="ot"> data=</span><span class="st">&quot;gpt-3.5-turbo gpt-4-turbo gpt-4o gpt-4o-mini&quot;</span>/&gt;</span></code></pre></div>
<p>This is required to have a valid openai account and available
tokens.</p>
<h2 id="how-to-use-ai">How to use AI?</h2>
......
......@@ -5,7 +5,7 @@ AI intelligence in TTool intends to help designers to make better diagrams.
TTool must first be configured before using AI. Add the following information to the configuration file (e.g., config.xml) of TTool:
```xml
<OPENAIKey data="<put your secret key there>"/>
<OPENAIModel data="gpt-3.5-turbo"/>
<OPENAIModel data="gpt-3.5-turbo gpt-4-turbo gpt-4o gpt-4o-mini"/>
```
This is required to have a valid openai account and available tokens.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment