Commit 7d9127a
fix(ai): Update default API URL to production osvm.ai endpoint
Changes the default AI service URL from localhost:3000 to https://osvm.ai/api/getAnswer.
This ensures new installations automatically connect to the production service.
Note: Existing users with config files will need to update manually using:
osvm settings ai set-url https://osvm.ai/api/getAnswer
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 3bee988 commit 7d9127a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments