Commit 82dbbac
fix: import AVAILABLE_MODELS from correct module to fix deploy crash
AVAILABLE_MODELS is defined in services/shared.py, not services/ai_service.py.
The incorrect import caused an ImportError on startup.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ae63b0a commit 82dbbac
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments