mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 03:46:57 +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.
5 lines
125 B
Bash
5 lines
125 B
Bash
#!/bin/bash
|
|
echo "🔄 Running pre-publish steps..."
|
|
dart run tool/json_to_dart.dart
|
|
echo "✅ Pre-publish steps completed."
|