Source code for imagine.types.translate

from imagine.types.completions import CompletionResponse


# TODO:: translation api doesn't support streaming
[docs] class TranslateResponse(CompletionResponse): pass