Commit 8875a53
committed
Fix example app to use user settings instead of hardcoded values
- Replace hardcoded 'gpt-4o-mini' with settings.modelName in ConversationManager
- Remove base_url from LLM configuration to use default provider settings
- Fixes issue introduced in commit 394ca3a
Co-authored-by: openhands <[email protected]>1 parent 255a412 commit 8875a53
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
| 83 | + | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
0 commit comments