mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Refactored AssistantConsole to utilize a dedicated initializeConversation function for improved clarity and organization. - Updated DependencyLogsDialog to rename computed property from content to logs for better semantic understanding. - Enhanced LogsView component by wrapping logs in an el-scrollbar for improved user experience. - Adjusted ChatInput to call updateSelectedProviderModel on onBeforeMount for better state management. - Simplified default model handling in ai.ts by introducing a DEFAULT_OPENAI_MODELS constant for consistency.