mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 19:04:25 +01:00
- Added ApiBaseUrlField widget to the TaskView. - Included a TextEditingController to manage the API base URL value. - Initialized the text field with the current base URL value from ApiSettingsViewModel. - Modified the layout to place the API base URL field and associated buttons below the task list. The commit introduces a user interface enhancement that allows the user to update the API base URL directly from the TaskView. This ensures better configurability and user experience.