Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
14e1d068
Commit
14e1d068
authored
Jul 19, 2024
by
Ludovic Apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Update on AI help and Makefile
parent
4ba400fe
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+2
-2
2 additions, 2 deletions
Makefile
src/main/resources/help/ai.html
+1
-1
1 addition, 1 deletion
src/main/resources/help/ai.html
src/main/resources/help/ai.md
+1
-1
1 addition, 1 deletion
src/main/resources/help/ai.md
with
4 additions
and
4 deletions
Makefile
+
2
−
2
View file @
14e1d068
This diff is collapsed.
Click to expand it.
src/main/resources/help/ai.html
+
1
−
1
View file @
14e1d068
...
...
@@ -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>
<
<span
class=
"kw"
>
OPENAIKey
</span><span
class=
"ot"
>
data=
</span><span
class=
"st"
>
"
</span><span
class=
"er"
>
<
</span><span
class=
"st"
>
put your secret key there
>"
</span>
/
>
</span>
<span
id=
"cb1-2"
><a
href=
"#cb1-2"
aria-hidden=
"true"
tabindex=
"-1"
></a>
<
<span
class=
"kw"
>
OPENAIModel
</span><span
class=
"ot"
>
data=
</span><span
class=
"st"
>
"
gpt-3.5-turbo
"
</span>
/
>
</span></code></pre></div>
<span
id=
"cb1-2"
><a
href=
"#cb1-2"
aria-hidden=
"true"
tabindex=
"-1"
></a>
<
<span
class=
"kw"
>
OPENAIModel
</span><span
class=
"ot"
>
data=
</span><span
class=
"st"
>
"
gpt-3.5-turbo
gpt-4-turbo gpt-4o gpt-4o-mini
"
</span>
/
>
</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>
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/help/ai.md
+
1
−
1
View file @
14e1d068
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment