There was an error while loading. Please reload this page.
1 parent f781808 commit d042e4cCopy full SHA for d042e4c
1 file changed
llm.go
@@ -77,7 +77,7 @@ func init() {
77
llmClient = client
78
log.Debug().Msg("llm client initialized")
79
80
- llmModel, err = llmClient.NewLLM("gemini-2.5-flash", &llm.Config{
+ llmModel, err = llmClient.NewLLM("gemini-2.5-flash-lite", &llm.Config{
81
Temperature: Ptr(float32(0.7)),
82
MaxOutputTokens: Ptr(65535),
83
SafetyFilterThreshold: llm.BlockOff,
0 commit comments