mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9f7f49b9eb | ||
![]() |
bde748ff0a |
2
main.go
2
main.go
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/go-chi/chi/v5/middleware"
|
||||
)
|
||||
|
||||
const Version = "dev"
|
||||
var Version = "dev"
|
||||
|
||||
var log = logger.New().DetectTerminal().WithOptions(logger.Options{
|
||||
NoLevel: true,
|
||||
|
@@ -46,14 +46,7 @@
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="prompt" title="Main system prompt"></label>
|
||||
<select id="prompt">
|
||||
<option value="" selected>No Prompt</option>
|
||||
<option value="normal">Assistant</option>
|
||||
<option value="reviewer">Code Reviewer</option>
|
||||
<option value="engineer">Prompt Engineer</option>
|
||||
<option value="scripts">Shell Scripter</option>
|
||||
<option value="physics">Physics Explainer</option>
|
||||
</select>
|
||||
<select id="prompt" data-searchable></select>
|
||||
</div>
|
||||
<div class="option">
|
||||
<label for="temperature" title="Temperature (0 - 2)"></label>
|
||||
|
Reference in New Issue
Block a user