Skip to content

Commit d9c1a5c

Browse files
authored
Update LLM model from gemini-3.1 to gemini-3.5
1 parent af8cc67 commit d9c1a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func init() {
7676
llmClient = client
7777
log.Debug().Msg("llm client initialized")
7878

79-
llmModel, err = llmClient.NewLLM("gemini-3.1-flash-lite", &llm.Config{
79+
llmModel, err = llmClient.NewLLM("gemini-3.5-flash-lite", &llm.Config{
8080
Temperature: Ptr(float32(0.7)),
8181
MaxOutputTokens: Ptr(65535),
8282
SafetyFilterThreshold: llm.BlockOff,

0 commit comments

Comments
 (0)