Skip to content

Commit 82181f0

Browse files
committed
chore: update default model to step-3.5-flash and remove unused command file
1 parent 9dcc894 commit 82181f0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal/modules/brain/brain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type AICommandList struct {
4848
}
4949

5050
const (
51-
DefaultModel = "google/gemini-2.0-flash-001"
51+
DefaultModel = "stepfun/step-3.5-flash:free"
5252
OpenRouterEndpoint = "https://openrouter.ai/api/v1/chat/completions"
5353
GeminiDirectEndpoint = "https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent"
5454
MaxAgentIterations = 20 // increased from 8 — complex hunts need subdomains+live+ports+nuclei+js+gf+validations

internal/modules/gobot/commands_ai.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func handleAIChat(s *discordgo.Session, i *discordgo.InteractionCreate) {
199199
Title: title,
200200
Description: report,
201201
Color: 0xFF6600,
202-
Footer: &discordgo.MessageEmbedFooter{Text: "AutoAR AI Agent · Gemini 2.0 Flash"},
202+
Footer: &discordgo.MessageEmbedFooter{Text: "AutoAR AI Agent · Step-3.5 Flash"},
203203
}
204204
s.FollowupMessageCreate(i.Interaction, false, &discordgo.WebhookParams{
205205
Embeds: []*discordgo.MessageEmbed{embed},
@@ -279,7 +279,7 @@ func handleAIChat(s *discordgo.Session, i *discordgo.InteractionCreate) {
279279
Title: "🤖 AutoAR AI",
280280
Description: replyText,
281281
Color: 0x7289DA,
282-
Footer: &discordgo.MessageEmbedFooter{Text: "Powered by Gemini 2.0 Flash · AutoAR AI Mode"},
282+
Footer: &discordgo.MessageEmbedFooter{Text: "Powered by Step-3.5 Flash · AutoAR AI Mode"},
283283
Timestamp: time.Now().Format(time.RFC3339),
284284
}
285285

nuclei_templates

0 commit comments

Comments
 (0)