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
I haven't figured out why the local_config.json file is being ignored, but I successfully ran the program by providing the OpenAI and GitHub keys via CLI parameters. I used the following parameters --github-access-token=<your token> --openai-api-key=<your token> when running the program.
I haven't figured out why the local_config.json file is being ignored, but I successfully ran the program by providing the OpenAI and GitHub keys via CLI parameters. I used the following parameters --github-access-token=<your token> --openai-api-key=<your token> when running the program.
would you tell us how you could run the app , the steps in the repo is not clear , I could not run it
Describe the bug
Expected behavior
when I run
cargo run -p bleep
, it is show Message: calledOption::unwrap()
on aNone
valueTo Reproduce
os: 14.3.1
rust: 1.73-x86_64-apple-darwin
// run qdrant_storage
docker run -p 6333:6333 -p 6334:6334
-v $(pwd)/qdrant_storage:/qdrant/storage:z
qdrant/qdrant
// location file
local_config.json config
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: