mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 19:39:25 +08:00
REFACTOR: Improved Package Structure
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
import '../llm_model.dart';
|
||||
import '../llm_provider.dart';
|
||||
import '../llm_saveobject.dart';
|
||||
import '../llm_input_payload.dart';
|
||||
import '../llm_request.dart';
|
||||
import '../providers/common.dart';
|
||||
import '../providers/gemini.dart';
|
||||
import '../providers/providers.dart';
|
||||
part 'ai_request_model.freezed.dart';
|
||||
|
||||
@@ -4,7 +4,7 @@ import 'dart:typed_data';
|
||||
import 'package:better_networking/better_networking.dart';
|
||||
import 'package:freezed_annotation/freezed_annotation.dart';
|
||||
import 'package:collection/collection.dart' show mergeMaps;
|
||||
import '../providers/providers.dart';
|
||||
import '../llm_provider.dart';
|
||||
part 'ai_response_model.freezed.dart';
|
||||
part 'ai_response_model.g.dart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user