Switched to stable version of ollama_dart
This commit is contained in:
parent
666aff0a2a
commit
0f380f69ef
11
pubspec.lock
11
pubspec.lock
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue