teamx-cloner commited on
Commit
ccca49e
·
1 Parent(s): fe993fc

Update chatgpt.py

Browse files
Files changed (1) hide show
  1. plugins/chatgpt.py +1 -1
plugins/chatgpt.py CHANGED
@@ -42,7 +42,7 @@ ENDPOINTS = {
42
 
43
  DEFAULT_MODELS = {
44
  "gpt": "gpt-3.5-turbo",
45
- "antr": "claude-3-family",
46
  "gemini": "gemini-1.5-flash",
47
  "deepseek": "DeepSeek-V3"
48
  }
 
42
 
43
  DEFAULT_MODELS = {
44
  "gpt": "gpt-3.5-turbo",
45
+ "antr": "claude-3-haiku",
46
  "gemini": "gemini-1.5-flash",
47
  "deepseek": "DeepSeek-V3"
48
  }