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:
|
ollama_dart:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "packages/ollama_dart"
|
name: ollama_dart
|
||||||
ref: ce2ef30c9a9a0dfe8f3059988b7007c94c45b9bd
|
sha256: f951f01d299376706bc245c03710205a530c76a64a8458a282a6bbb2e30e2c63
|
||||||
resolved-ref: ce2ef30c9a9a0dfe8f3059988b7007c94c45b9bd
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/davidmigloz/langchain_dart.git"
|
source: hosted
|
||||||
source: git
|
version: "0.1.1"
|
||||||
version: "0.1.0+1"
|
|
||||||
package_info_plus:
|
package_info_plus:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,7 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
ollama_dart:
|
ollama_dart: ^0.1.1
|
||||||
git:
|
|
||||||
url: https://github.com/davidmigloz/langchain_dart.git
|
|
||||||
path: packages/ollama_dart
|
|
||||||
ref: ce2ef30c9a9a0dfe8f3059988b7007c94c45b9bd
|
|
||||||
intl: any
|
intl: any
|
||||||
shared_preferences: ^2.2.3
|
shared_preferences: ^2.2.3
|
||||||
flutter_chat_ui: ^1.6.13
|
flutter_chat_ui: ^1.6.13
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue