mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 03:17:00 +08:00
Refactor genai package to new modular interface
Reorganized the genai package by removing legacy LLM-related files and introducing a new modular interface under the 'interface' directory. Added provider-specific model classes, centralized constants, and updated the example to use the new API and data structures. Updated exports in genai.dart and improved dependency management.
This commit is contained in:
3
packages/genai/lib/widgets/widgets.dart
Normal file
3
packages/genai/lib/widgets/widgets.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
export 'ai_config_bool.dart';
|
||||
export 'ai_config_field.dart';
|
||||
export 'ai_config_slider.dart';
|
||||
Reference in New Issue
Block a user