mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 19:39:25 +08:00
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.
8 lines
219 B
Dart
8 lines
219 B
Dart
export 'ai_request_model.dart';
|
|
export 'available_models.dart';
|
|
export 'model_config_value.dart';
|
|
export 'model_config.dart';
|
|
export 'model_provider.dart';
|
|
export 'model_request_data.dart';
|
|
export 'models_data.g.dart';
|