diff --git a/go/internal/distill/consolidate.go b/go/internal/distill/consolidate.go index d4f9ce7..97acfbb 100644 --- a/go/internal/distill/consolidate.go +++ b/go/internal/distill/consolidate.go @@ -184,7 +184,7 @@ func (e *Engine) ConsolidateMemory(target MemoryCandidate, candidates []MemoryCa "model": e.LLMModel, "messages": []map[string]string{{"role": "user", "content": prompt}}, "temperature": 0.1, - "max_tokens": 800, + "max_tokens": 1200, } jsonBody, err := json.Marshal(body) if err != nil { diff --git a/go/internal/distill/engine.go b/go/internal/distill/engine.go index f5bab50..cf4b2e1 100644 --- a/go/internal/distill/engine.go +++ b/go/internal/distill/engine.go @@ -339,7 +339,7 @@ func (e *Engine) callLLM5D(content string) (LLMResponse, error) { {"role": "user", "content": prompt}, }, "temperature": 0.2, - "max_tokens": 800, + "max_tokens": 1200, } jsonBody, err := json.Marshal(body) diff --git a/go/zhiyid-new b/go/zhiyid-new index 62bd176..d88340d 100755 Binary files a/go/zhiyid-new and b/go/zhiyid-new differ