Crate aleph_ollama

Source

Enums§

TranslationError
Errors that can occur during the translation process.

Functions§

translate_code
Translates the code from a file to the target language using the Ollama API.
translate_code_from_string
Translates the code from a string to the target language using the Ollama API.
translate_code_from_string_stream
Translates the code from a string to the target language using the Ollama API, returning a streaming response.