silentlit

Results 5 comments of silentlit

Check the python env: `import platform` `platform.platform()` or `platform.processor()` If you got _'macOS-10.16-x86_64-i386-64bit'_ or _'i386',_ that is the env matter. You could try to create a new env like: `CONDA_SUBDIR=osx-arm64...

> I ran the command: `arduino-cli core install esp32:[email protected]` and got the following output: > > ``` > Error during install: Platform 'esp32:[email protected]' not found: required version 2.0.17 not found...

Did you follow the readme :"Before you flash go to the "Tools" drop down in the Arduino IDE and make sure you set "PSRAM:" to be "PSRAM: "OPI PSRAM""?

The `m.add` call `llm.generate_response`, and the `memory_id` in `response["tool_calls"]` is `'1'`. So there is an error in qdrant: `{"status":{"error":"Format error in JSON body: value 1 is not a valid point...

In `Memory.add` I add `tmp_list` and `tmp_set` to control the `function_to_call`. `tmp_list` to append the not None `function_result` for `memory_id `. `tmp_set` to continue the same `function_args['data']`