Commit be9e8eb
fix(backend): correct regex for openai model routing (#75)
* fix(backend): correct regex for openai model routing
The previous regex was too restrictive and did not correctly route model aliases like 'o3' or 'o3-2025-04-16' to the OpenAI backend. This change updates the regex to correctly handle these cases.
* Update aide/backend/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update aide/backend/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update aide/backend/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent f17ea5b commit be9e8eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments