Byrne Hollander

Results 3 comments of Byrne Hollander

In case this helps anyone, I was able to get stop sequences working by using `model_kwargs`: ``` llm = OpenAI( model=model, model_kwargs={"stop": ["###"]}, ) ```

Came here to say this. The [examples can be found here](https://github.com/ReactTraining/react-router/tree/master/examples). And [here are the docs](https://github.com/ReactTraining/react-router/tree/master/docs).

Thanks for opening this PR @thespino – I've also been running into this issue and am eager to have this released cc @hauntsaninja