diff options
Diffstat (limited to 'doImport.go')
| -rw-r--r-- | doImport.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doImport.go b/doImport.go index a9b7083..def0071 100644 --- a/doImport.go +++ b/doImport.go @@ -37,7 +37,7 @@ func doImport(filename string) { // If the "auto" chat is found, add the new entry. if autoChat != nil { newEntry := &chatpb.ChatEntry{ - From: chatpb.Who_GEMINI, + From: chatpb.Who_REGEX, Ctime: timestamppb.New(time.Now()), ToolCalls: []*chatpb.ToolCall{ { |
