-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI API support #233
Comments
Hi @andrii-bodnar, Could you please assign me this issue. |
Hi @Durdush, sure, thank you! |
Hi @Durdush, do you have any updates on this? |
Hi @andrii-bodnar, it is in progress will raise its PR soon. |
Hi @andrii-bodnar, I have some queries related to Create AI Proxy Chat Completion API. |
Hi @Durdush, a. There is an b. It will be the response from the provider itself. So it depends on the provider we are using. We need to pick a generic type here because we don't know what the response would be. It could be any object. |
Hi @andrii-bodnar, Sorry for the delay and appreciate your patience. |
Hi @Durdush. a. It could be any property. It depends on the provider. |
To Capture the metadata in Response Object we need to add a field over here it could be an Optional list of Objects or any Response MetaData class present in some SDK which extends Response headers. |
a. It could be any property. It depends on the provider. it will be of generic type but is it possible to give a variable name dynamic in java(property or name). Or am i understanding it wrong as it will be a generic type of Object named "property" which will have different properties. |
The |
@andrii-bodnar closing this, since everything is done |
Recently, Crowdin introduced new AI features, including a new set of API endpoints to manage and interact with these AI resources.
The new AI API endpoints should be added to the Crowdin API clients to allow users to programmatically interact with these new features.
References:
ToDo:
The text was updated successfully, but these errors were encountered: