Results 4 comments of Hao

`sudo apt install gnome-keyring` did not fix the problem on WSL2 Ubuntu ``` ./stripe listen --live No directory provided for file keyring ``` this is after successful `./stripe login`

Thanks @hudson-ai so I want to enforce such that the model cannot generate strings that contain a set of sentences specified, and use case is openai api

a concrete example: ``` forbidden_sents = ["hello world", "bye world"] ok_result = "saturday morning" bad_result = "I love asdasd hello world" ```