Add search internet

This commit is contained in:
Ettore Di Giacinto
2024-04-05 23:56:03 +02:00
parent 5f29125bbb
commit f2c74e29e8
6 changed files with 59 additions and 22 deletions

View File

@@ -34,6 +34,7 @@ type options struct {
func defaultOptions() *options {
return &options{
periodicRuns: 15 * time.Minute,
LLMAPI: llmOptions{
APIURL: "http://localhost:8080",
Model: "echidna",