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
To submit a thread to be evaluated with the model of an assistant, create a `Run` as follows (Note: This is one place where OpenAI will take your money):
752
+
To submit a thread to be evaluated with the model of an assistant, create a `Run` as follows:
753
753
754
754
```ruby
755
755
# Create run (will use instruction/model/tools from Assistant's definition)
0 commit comments