You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Installed the package in recommended way with cargo install charisma. Download went off without a hitch/no issues (I'm on windows 11 for reference).
However, when attempting to run a sample prompt charisma "rusty crab robot" -c -C block # Estimated time ~1min, the program panics with the following error:
PSD:\Development\Game_Design\Rust_Projects> charisma "rusty crab robot" -c -C block # Estimated time ~1min
◜ rusty crab robotthread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: reqwest::Error{kind:Decode,source:Error("expected value", line:1, column:1)}',C:\Users\MyUser\.cargo\registry\src\index.crates.io-6f17d22bba15001f\charisma-0.2.6\src\model.rs:98:77
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error:JoinError::Panic(Id(9), ...)
The text was updated successfully, but these errors were encountered:
Installed the package in recommended way with
cargo install charisma
. Download went off without a hitch/no issues (I'm on windows 11 for reference).However, when attempting to run a sample prompt
charisma "rusty crab robot" -c -C block # Estimated time ~1min
, the program panics with the following error:The text was updated successfully, but these errors were encountered: