Skip to content

Commit

Permalink
Update OpenAI GPT4 model (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeNsaaH authored Oct 23, 2023
1 parent c75e8e5 commit cedc34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aisummary/diff_summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func (c *OpenAiClient) SummarizeDiff(ctx context.Context, appName string, manife
ctx, span := otel.Tracer("Kubechecks").Start(ctx, "SummarizeDiff")
defer span.End()

model := openai.GPT40314
model := openai.GPT4
if len(diff) < 3500 {
model = openai.GPT3Dot5Turbo
}
Expand Down

0 comments on commit cedc34e

Please sign in to comment.