koura718 commited on
Commit
affdd0b
·
1 Parent(s): de58b2c

Change OpenAI model

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -6,7 +6,7 @@ import pytz
6
  @dataclass
7
  class Config:
8
  # the newest OpenAI model is "gpt-4o" which was released May 13, 2024.
9
- OPENAI_MODEL = "o1-mini-2024-09-12" # Changed from "gpt-4o" to "o1-mini-2024-09-12"
10
  GEMINI_MODEL = "google/gemini-2.0-flash-exp:free"
11
  AUTO_MODEL = "openrouter/auto"
12
  # CLAUDE_MODEL = "anthropic/claude-3-sonnet:free"
 
6
  @dataclass
7
  class Config:
8
  # the newest OpenAI model is "gpt-4o" which was released May 13, 2024.
9
+ OPENAI_MODEL = "gpt-4o-mini-2024-07-18" # Changed from "gpt-4o-mini-2024-07-18" to "gpt-4o" "o1-mini-2024-09-12"
10
  GEMINI_MODEL = "google/gemini-2.0-flash-exp:free"
11
  AUTO_MODEL = "openrouter/auto"
12
  # CLAUDE_MODEL = "anthropic/claude-3-sonnet:free"