Skip to content

Commit 77518a8

Browse files
dexhunterCopilot
andauthored
Update aide/backend/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0494ca5 commit 77518a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aide/backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def determine_provider(model: str) -> str:
1111
# Check if model matches OpenAI patterns first
12-
if re.match(r"^(gpt-.*|o\d+.*|o\d|codex-mini-latest)$", model):
12+
if re.match(r"^(gpt-.*|o\d+.*|codex-mini-latest)$", model):
1313
return "openai"
1414
elif model.startswith("claude-"):
1515
return "anthropic"

0 commit comments

Comments
 (0)