Skip to content

Commit d042e4c

Browse files
authored
Update llm.go
1 parent f781808 commit d042e4c

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
@@ -77,7 +77,7 @@ func init() {
7777
llmClient = client
7878
log.Debug().Msg("llm client initialized")
7979

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

0 commit comments

Comments
 (0)