Skip to content

Commit 02af591

Browse files
xesrevinuGit Agent
andcommitted
fix(config): update default model to gpt-5-nano
- Updated the default model to gpt-5-nano. - Adjusted configuration for API compatibility. The default model in the config has been changed to gpt-5-nano to ensure compatibility with the latest API features and improvements. Co-Authored-By: Git Agent <noreply@git-agent.dev>
1 parent 388943f commit 02af591

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-4o-mini";
4+
export const DefaultModel = "gpt-5-nano";
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)