Cleanup context, more logging

This commit is contained in:
Ettore Di Giacinto
2024-04-20 00:19:17 +02:00
parent 34f6d821b9
commit 22160cbf9e
4 changed files with 32 additions and 7 deletions

View File

@@ -51,12 +51,12 @@ func defaultOptions() *options {
periodicRuns: 15 * time.Minute,
LLMAPI: llmOptions{
APIURL: "http://localhost:8080",
Model: "echidna",
Model: "gpt-4",
},
character: Character{
Name: "John Doe",
Name: "",
Age: "",
Occupation: "Unemployed",
Occupation: "",
Hobbies: []string{},
MusicTaste: []string{},
},