Closed AndraxDev closed 1 year ago
Hey, could you please indicate which parts of the API marked with @BetaOpenAI are no longer in beta? From my check, only Chat, Images, and Audio are marked as beta, and I believe they still are. Thanks!
Completions API is no longer marked as beta on the official documentation. (https://platform.openai.com/docs/api-reference/authentication)
UPD: I might be using old version :)
UPD: I might be using old version :)
I think so yes :D
btw, it is possible to opt-in for an annotation at the module level, that might help avoid doing it everywhere!
Proposal to remove unnecessary @BetaOpenAI annotations from library parts that are not in beta. (Ex. GPT3, GPT3.5, Embeddings, moderations are no longer beta. Resource: https://platform.openai.com/docs/models/overview ).
Problem: It's really annoying to add anotation before almost each method in my code.