File tree Expand file tree Collapse file tree 2 files changed +70
-70
lines changed
Expand file tree Collapse file tree 2 files changed +70
-70
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ type ModelSettings map[string]interface{}
6262
6363// TopLevelSettings holds the overall settings in the conversation file.
6464type 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)
You can’t perform that action at this time.
0 commit comments