Zelin P Peter

Results 19 comments of Zelin P Peter

兄弟用的什么显卡?跟显卡算力有关系吗

same here +1, seems like that 30 series GPU is not compatible with the environment...

> Hi, > > On macos developing environment with an Android device, I did: > > 1. `sh install.sh` > 2. `flutter pub get` > 3. `flutter run` > >...

> Here is a solution that works pretty well (tested on multiple languages as input) I have only tested it for `conversational-react-description` agent type, but it requires you to tweak...

> @PeterTF656 Like the error says: `"`run` supported with either positional arguments or keyword arguments," 244 " but none were provided."` Can you show how you set up the memory?...

> I debugged it further and it was related to openai key. After setting up the aws secrets again, I got the following response so all is good. Thanks for...

> @PeterTF656 It seems like the `get_api_key` function is not loading the api key from secrets manager, and there is an error parsing that response. You can debug this by...

could you please try "flutter run --no-sound-null-safety" instead of "flutter run"?

> @PeterTF656 Im having the same issue, and tried to run it '--no-sound-null-safety' and i got this. can you help? > > `e: C:\sr\flutter_windows_2.2.3-stable\flutter.pub-cache\hosted\pub.dartlang.org\arcore_flutter_plugin-0.0.11\android\src\main\kotlin\com\difrancescogianmarco\arcore_flutter_plugin\ArCoreView.kt: (245, 38): Object is not abstract...

> Yes, you could try that. I'm using flutter 2.2.2, dart 2.13.3 on my Windows 10 machine and everything works fine with this package. > hi, thanks for the quick...