Switched to stable version of ollama_dart

This commit is contained in:
JHubi1 2024-06-26 13:46:11 +02:00
parent 666aff0a2a
commit 0f380f69ef
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
2 changed files with 6 additions and 11 deletions

View File

@ -568,12 +568,11 @@ packages:
ollama_dart:
dependency: "direct main"
description:
path: "packages/ollama_dart"
ref: ce2ef30c9a9a0dfe8f3059988b7007c94c45b9bd
resolved-ref: ce2ef30c9a9a0dfe8f3059988b7007c94c45b9bd
url: "https://github.com/davidmigloz/langchain_dart.git"
source: git
version: "0.1.0+1"
name: ollama_dart
sha256: f951f01d299376706bc245c03710205a530c76a64a8458a282a6bbb2e30e2c63
url: "https://pub.dev"
source: hosted
version: "0.1.1"
package_info_plus:
dependency: "direct main"
description:

View File

@ -11,11 +11,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
ollama_dart:
git:
url: https://github.com/davidmigloz/langchain_dart.git
path: packages/ollama_dart
ref: ce2ef30c9a9a0dfe8f3059988b7007c94c45b9bd
ollama_dart: ^0.1.1
intl: any
shared_preferences: ^2.2.3
flutter_chat_ui: ^1.6.13