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
Hi, thanks for the library, it's very useful! I am just wondering, if the order of the completions is guaranteed to be preserved (i.e., in the same order as the added prompts)? Or would I need to use the metadata dict to pass some id?
The text was updated successfully, but these errors were encountered:
From my experience the order is not preserved. I tried to sort according to the created value but the order may still be wrong. I am wondering if there is a better way to do this.
Hi, thanks for the library, it's very useful! I am just wondering, if the order of the completions is guaranteed to be preserved (i.e., in the same order as the added prompts)? Or would I need to use the
metadata
dict to pass some id?The text was updated successfully, but these errors were encountered: