mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 12:34:26 +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:
@@ -1,11 +1,4 @@
|
||||
// Module Exports
|
||||
export 'models/ai_request_model.dart';
|
||||
export 'providers/providers.dart';
|
||||
export 'generative_ai.dart';
|
||||
export 'llm_config.dart';
|
||||
export 'llm_input_payload.dart';
|
||||
export 'llm_manager.dart';
|
||||
export 'llm_model.dart';
|
||||
export 'llm_provider.dart';
|
||||
export 'llm_request.dart';
|
||||
export 'llm_saveobject.dart';
|
||||
export 'models/models.dart';
|
||||
export 'interface/interface.dart';
|
||||
export 'utils/utils.dart';
|
||||
export 'widgets/widgets.dart';
|
||||
|
||||
Reference in New Issue
Block a user