Skip to content

Commit 514e220

Browse files
xesrevinuGit Agent
andcommitted
fix(config): update default model version
- Updated the default model from gpt-4.1-mini to gpt-4o-mini. - Ensured consistency in environment configuration. The default model version was updated for compatibility with the latest API specifications. Co-Authored-By: Git Agent <noreply@git-agent.dev>
1 parent c331eee commit 514e220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Config, Effect, Option } from "effect";
22

33
export const DefaultBaseUrl = "https://api.openai.com/v1";
4-
export const DefaultModel = "gpt-4.1-mini";
4+
export const DefaultModel = "gpt-4o-mini";
55
export const DefaultGitignoreBaseUrl = "https://www.toptal.com/developers/gitignore/api";
66

77
export const envString = (name: string) => Config.string(name);

0 commit comments

Comments
 (0)