-
How can I retrieve a completion that has been finished with a reference id? |
Beta Was this translation helpful? Give feedback.
Answered by
pb30
May 1, 2023
Replies: 2 comments 1 reply
-
There's no retrieval methods on API for completions. https://platform.openai.com/docs/api-reference/completions I'd guess they return an ID just for internal troubleshooting/monitoring purposes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iamprazol
-
https://platform.openai.com/docs/api-reference/chat/get |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no retrieval methods on API for completions. https://platform.openai.com/docs/api-reference/completions
I'd guess they return an ID just for internal troubleshooting/monitoring purposes.