diff --git a/README.md b/README.md index 63cf0c1f..a2b1e0e8 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Due to limitations with the Sorbet type system, where a method otherwise can tak Please follow Sorbet's [setup guides](https://sorbet.org/docs/adopting) for best experience. ```ruby -model = CompletionCreateParams.new( +model = OpenAI::Models::Chat::CompletionCreateParams.new( messages: [{ role: "user", content: "Say this is a test"