-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base-Url flag not working #101
Comments
Got the same issue. |
I have part of the solution. Like you, I used |
But how do you use ollama with docker? Even if I set Ollama:
it still tries to go to localhost inside the docker:
I have tried to do network mapping etc but still no luck:
Base URL is updated but not lcoalhost |
Got it working using:
and
|
Hoping that I have understood what the flag does, I'm getting errors during execution, since the program is looking for this url: http://localhost:11434/v1/chat/completions, while in the --base-url flag I modified the endpoint:
readmeai --repository https://github.com/... --api ollama --model llama --base-url api/generate --rate-limit 9999 --context-window 10000
. In particular, during the execution, this is the error message I'm gettingⓧ ERROR | 2024-04-30 10:52:08 | readmeai.core.models | Error making request for -
slogan: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions')
. Am I getting something wrong or is the flag not working?Below there's my output:
�[35m► INFO | 2024-04-30 10:55:35 | readmeai.config.settings | �[0mLoaded configuration file: settings/blacklist.toml �[35m► INFO | 2024-04-30 10:55:35 | readmeai.config.settings | �[0mLoaded configuration file: settings/commands.toml �[35m► INFO | 2024-04-30 10:55:35 | readmeai.config.settings | �[0mLoaded configuration file: settings/languages.toml �[35m► INFO | 2024-04-30 10:55:35 | readmeai.config.settings | �[0mLoaded configuration file: settings/markdown.toml �[35m► INFO | 2024-04-30 10:55:35 | readmeai.config.settings | �[0mLoaded configuration file: settings/parsers.toml �[35m► INFO | 2024-04-30 10:55:35 | readmeai.config.settings | �[0mLoaded configuration file: settings/prompts.toml �[35m► INFO | 2024-04-30 10:55:35 | readmeai.core.utils | �[0mOLLAMA settings FOUND in environment! �[35m► INFO | 2024-04-30 10:55:35 | readmeai._agent | �[0mRepository validated: repository='https://github.com/PhilipsHue/flutter_reactive_ble.git' full_name='PhilipsHue/flutter_reactive_ble.git' host_domain='github.com' host='github' name='flutter_reactive_ble' �[35m► INFO | 2024-04-30 10:55:35 | readmeai._agent | �[0mLLM API settings: api='OLLAMA' base_url='/api/generate' context_window=10000 encoder='cl100k_base' model='llama' temperature=0.9 tokens=650 top_p=0.9 �[35m► INFO | 2024-04-30 10:55:36 | readmeai.core.preprocess | �[0mDependency file found: build.gradle: ['com', 'org', 'tools', 'kotlin', 'android', 'jetbrains', 'gradle', 'build'] �[35m► INFO | 2024-04-30 10:55:36 | readmeai.core.preprocess | �[0mDependency file found: build.gradle: ['jetbrains', 'kotlin', 'org'] �[35m► INFO | 2024-04-30 10:55:36 | readmeai.core.preprocess | �[0mDependency file found: build.gradle: ['jupiter', 'com', 'google', 'mannodermaus', 'junit', 'rxandroid', 'detekt', 'reactivex', 'tools', 'jetbrains', 'gradle', 'mockk', 'truth', 'arturbosch', 'io', 'polidea', 'kotlin', 'android', 'rxandroidble', 'de', 'protobuf', 'gitlab', 'org', 'plugins', 'rxkotlin', 'build'] �[35m► INFO | 2024-04-30 10:55:36 | readmeai.core.preprocess | �[0mDependencies: {'pubspec.lock': [], 'pubspec.yaml': [], 'Podfile': [], 'Podfile.lock': [], 'build.gradle': ['jupiter', 'com', 'google', 'mannodermaus', 'junit', 'rxandroid', 'detekt', 'reactivex', 'tools', 'jetbrains', 'gradle', 'mockk', 'truth', 'arturbosch', 'io', 'polidea', 'kotlin', 'android', 'rxandroidble', 'de', 'protobuf', 'gitlab', 'org', 'plugins', 'rxkotlin', 'build']} �[35m► INFO | 2024-04-30 10:55:36 | readmeai._agent | �[0mTotal files analyzed: 187 �[35m► INFO | 2024-04-30 10:55:36 | readmeai._agent | �[0mDependencies found: ['', 'github actions', 'jupiter', 'Podfile', 'pubspec.yaml', 'com', 'json', 'proto', 'text', 'yaml', 'google', 'xcworkspacedata', 'metadata', 'build.gradle', 'storyboard', 'c', 'mannodermaus', 'bat', 'junit', 'rxandroid', 'podspec', 'lock', 'detekt', 'tools', 'reactivex', 'sh', 'jetbrains', 'gradle', 'mockk', 'shell', 'swift', 'truth', 'arturbosch', 'io', 'polidea', 'kotlin', 'android', 'kt', 'dart', 'xcconfig', 'rxandroidble', 'de', 'pbxproj', 'm', 'yml', 'protobuf', 'gitlab', 'org', 'Podfile.lock', 'objectivec', 'txt', 'plist', 'xcscheme', 'plugins', 'rxkotlin', 'pubspec.lock', 'h', 'build'] �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
pubspec.yaml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
melos.yaml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
analysis_options.yaml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
bin/quality_checks.sh: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
bin/flutter_customer_test.bat: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
bin/flutter_customer_test.sh: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/pubspec.yaml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/test/example_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Podfile: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner.xcworkspace/contents.xcworkspacedata: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner/Runner-Bridging-Header.h: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner/AppDelegate.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner/Info.plist: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner/Base.lproj/LaunchScreen.storyboard: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner/Base.lproj/Main.storyboard: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner.xcodeproj/project.pbxproj: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Flutter/Debug.xcconfig: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Flutter/Release.xcconfig: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/ios/Flutter/AppFrameworkInfo.plist: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/android/build.gradle: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/android/settings.gradle: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/android/app/build.gradle: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/android/app/src/main/kotlin/com/signify/hue/reactivebleexample/MainActivity.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/android/config/detekt/detekt.yml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/main.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/widgets.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/utils.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ui/device_list.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ui/ble_status_screen.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ui/device_detail/device_log_tab.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ui/device_detail/characteristic_interaction_dialog.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ui/device_detail/device_interaction_tab.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ui/device_detail/device_interaction_tab.g.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ui/device_detail/device_detail_screen.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ble/reactive_state.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ble/ble_logger.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ble/ble_scanner.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ble/ble_status_monitor.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ble/ble_device_connector.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
example/lib/src/ble/ble_device_interactor.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/pubspec.yaml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/device_connector_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/device_scanner_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/connected_device_operation_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/reactive_ble_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/device_connector_test.mocks.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/connected_device_operation_test.mocks.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/device_scanner_test.mocks.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/reactive_ble_test.mocks.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/test/rx_ext/serial_disposable_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/flutter_reactive_ble.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/reactive_ble.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/device_scanner.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/connected_device_operation.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/discovered_devices_registry.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/device_connector.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/debug_logger.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/rx_ext/repeater.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/flutter_reactive_ble/lib/src/rx_ext/serial_disposable.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/.metadata: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/pubspec.yaml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/protos/bledata.proto: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/test/reactive_ble_platform_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/test/reactive_ble_platform_test.mocks.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/test/converter/args_to_protobuf_converter_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/test/converter/protobuf_converter_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/reactive_ble_mobile.podspec: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBlePlugin.h: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBlePlugin.m: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/CentralManagerDelegate.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Central.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/PeripheralDelegate.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/OnOff.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/ReadRssi/ReadRssiTaskController.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/ReadRssi/ReadRssiTaskSpec.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/CharacteristicWrite/CharacteristicWriteTaskSpec.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/CharacteristicWrite/CharacteristicWriteTaskController.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/CharacteristicNotify/CharacteristicNotifyTaskSpec.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/CharacteristicNotify/CharacteristicNotifyTaskController.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/PeripheralTaskRegistry/PeripheralTask.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/PeripheralTaskRegistry/PeripheralTaskController.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/PeripheralTaskRegistry/PeripheralTaskRegistry.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/ServicesWithCharacteristicsDiscovery/ServicesWithCharacteristicsDiscoveryTaskSpec.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/ServicesWithCharacteristicsDiscovery/ServicesWithCharacteristicsDiscoveryTaskController.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/ServicesWithCharacteristicsDiscovery/ServicesWithCharacteristicsToDiscover.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/Connect/ConnectTaskSpec.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/ReactiveBle/Tasks/Connect/ConnectTaskController.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[34m⚙︎ DEBUG | 2024-04-30 10:55:36 | readmeai.models.tokens | �[0mTruncating 'packages/reactive_ble_mobile/ios/Classes/BleData/bledata.pb.swift' prompt: 19985 > 10000 tokens! �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/BleData/bledata.pb.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/PluginError.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/PluginController.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/SwiftReactiveBlePlugin.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/StreamingTask.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/Common/MethodHandler.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/Common/EventSink.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/Common/Failable.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/Common/PlatformMethod.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Plugin/Common/StreamHandler.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/BleData extras/ConnectionState.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/BleData extras/CharacteristicInstance.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/BleData extras/BLEStatus.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/BleData extras/FailureCodes.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Prelude/papply.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Prelude/base.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/ios/Classes/Prelude/CoreBluetooth+Extensions.swift: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/proguard-rules.txt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/build.gradle: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/settings.gradle: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/test/kotlin/com/signify/hue/flutterreactiveble/ble/ReactiveBleClientTest.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/test/kotlin/com/signify/hue/flutterreactiveble/ble/DeviceConnectorTest.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/test/kotlin/com/signify/hue/flutterreactiveble/converters/ServicesWithCharacteristicsConverterTest.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/test/kotlin/com/signify/hue/flutterreactiveble/converters/UuidConverterTest.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/test/kotlin/com/signify/hue/flutterreactiveble/converters/ProtobufMessageConverterTest.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/test/kotlin/com/signify/hue/flutterreactiveble/channelhandlers/ConnectionQueueTest.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/PluginController.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ReactiveBlePlugin.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ble/ReactiveBleClient.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ble/ConnectionQueue.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ble/DeviceConnector.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ble/BleWrapper.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ble/BleClient.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/ble/extensions/RxBleConnectionExtension.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/converters/ProtobufMessageConverter.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/converters/ManufacturerDataConverter.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/converters/UuidConverter.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/channelhandlers/BleStatusHandler.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/channelhandlers/ScanDevicesHandler.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/channelhandlers/DeviceConnectionHandler.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/channelhandlers/CharNotificationHandler.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/utils/Discard.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/utils/BleWrapperExtensions.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/utils/Duration.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/model/ScanMode.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/model/ErrorType.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/model/ConnectionState.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/debugutils/HexStringConversion.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/android/src/main/kotlin/com/signify/hue/flutterreactiveble/debugutils/PerformanceAnalyzer.kt: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/reactive_ble_mobile.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/select_from.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/reactive_ble_mobile_platform.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/generated/bledata.pbserver.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/generated/bledata.pbenum.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/generated/bledata.pbjson.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[34m⚙︎ DEBUG | 2024-04-30 10:55:36 | readmeai.models.tokens | �[0mTruncating 'packages/reactive_ble_mobile/lib/src/generated/bledata.pb.dart' prompt: 25465 > 10000 tokens! �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/generated/bledata.pb.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/converter/args_to_protubuf_converter.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_mobile/lib/src/converter/protobuf_converter.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/pubspec.yaml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/test/select_from_test.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/reactive_ble_platform_interface.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/reactive_ble_platform_interface.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/select_from.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/logger.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/models.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/write_characteristic_info.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/discovered_characteristic.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/uuid.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/ble_status.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/unit.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/connection_priority.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/log_level.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/characteristic_value.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/qualified_characteristic.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/discovered_service.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/discovered_device.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/discovered_device.g.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/scan_mode.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/scan_session.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/connection_state_update.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/discovered_service.g.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/connection_state_update.g.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/generic_failure.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/characteristic_instance.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/clear_gatt_cache_error.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
packages/reactive_ble_platform_interface/lib/src/model/result.dart: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
.github/workflows/ktlint.yml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
.github/workflows/main.yml: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
features: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
slogan: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[31mⓧ ERROR | 2024-04-30 10:55:36 | readmeai.core.models | �[0mError making request for -
overview: 404, message='Not Found', url=URL('http://localhost:11434/v1/chat/completions') �[35m► INFO | 2024-04-30 10:55:36 | readmeai.generators.quickstart | �[0mQuickstart information: QuickStart(install_command='pub get', run_command='dart main.dart', test_command='dart test', prerequisites='**Dart**:
version x.y.z', language_counts={'yaml': 7, 'sh': 2, 'bat': 1, 'dart': 75, 'xcworkspacedata': 2, 'plist': 4, 'h': 2, 'swift': 36, 'json': 2, 'storyboard': 2, 'pbxproj': 1, 'xcscheme': 1, 'xcconfig': 2, 'gradle': 5, 'kt': 30, 'yml': 3, 'proto': 1, 'podspec': 1, 'm': 1, 'txt': 1}, language_key='dart', language_name='Dart') �[35m► INFO | 2024-04-30 10:55:36 | readmeai._agent | �[0mREADME generation process completed successfully! �[35m► INFO | 2024-04-30 10:55:36 | readmeai._agent | �[0mREADME.md file saved to: readme-ai.md �[35m► INFO | 2024-04-30 10:55:36 | readmeai._agent | �[0mShare it @ github.com/eli64s/readme-ai/discussions
The text was updated successfully, but these errors were encountered: