Skip to content

Commit

Permalink
add items to setting
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Nov 19, 2024
1 parent 53655a2 commit 7b03525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jenkins-log-reader",
"displayName": "AI Log Reader",
"description": "Read jenkins log, analyse with local AI.",
"version": "0.8.15",
"version": "0.8.16",
"engines": {
"vscode": "^1.95.0"
},
Expand Down
3 changes: 3 additions & 0 deletions src/LogReaderSettingWebViewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export class LogReaderSettingWebViewProvider implements vscode.WebviewViewProvid
<li >AI Model: &emsp;<b>${settings?.aiModel}</b></li>
<li >AI Temperature: &emsp;<b>${settings?.aiTemperature}</b></li>
<li >Prompt: <br/><b>&emsp;${settings?.aiPrompt}</b></li>
<li >Image AI Model: <br/><b>&emsp;${settings?.imageAiModel}</b></li>
<li >Image Prompt: <br/><b>&emsp;${settings?.imagePrompt}</b></li>
<li >Video Prompt: <br/><b>&emsp;${settings?.videoPrompt}</b></li>
</ul>
</body>
</html>
Expand Down

0 comments on commit 7b03525

Please sign in to comment.