Skip to content

Commit bce1ddf

Browse files
committed
Chore: Format source with go fmt
* modified: main.go * modified: models.go Signed-off-by: Muhammad Amin Boubaker <[email protected]>
1 parent 8b9cfc0 commit bce1ddf

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ type ModelSettings map[string]interface{}
6262

6363
// TopLevelSettings holds the overall settings in the conversation file.
6464
type TopLevelSettings struct {
65-
Stream bool `json:"stream"`
66-
HistoryLimit int `json:"history_limit"`
67-
Default ModelSettings `json:"default"`
65+
Stream bool `json:"stream"`
66+
HistoryLimit int `json:"history_limit"`
67+
Default ModelSettings `json:"default"`
6868
Models map[string]ModelSettings `json:"models"`
6969
}
7070

@@ -876,7 +876,7 @@ func main() {
876876
PERSIST_SYSTEM := false
877877
SAVE_SETTINGS := false
878878
LIST_ONLY := false
879-
PROMPT_MODE := "" // for --prompt
879+
PROMPT_MODE := "" // for --prompt
880880
MODEL_INFO_FLAG := "" // for --modelinfo
881881

882882
// helper to get next argument (used when flag and its value are separate tokens)

0 commit comments

Comments
 (0)