Skip to content
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

Add Ollama Translator #782

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Add Ollama Translator #782

merged 1 commit into from
Dec 13, 2024

Conversation

ludoux
Copy link
Contributor

@ludoux ludoux commented Dec 10, 2024

Ollama is an easy-to-use tool to run self-hosted LLMs. With this translator, users can use Qwen2.5 or Aya 23 more easily.

Since Ollama has a great compatibility with OpenAI API, we use it by OpenAI API. It can make it more easier to use other tools similar to Ollama by changing Ollama env mentioned below.

  • OLLAMA_API_KEY: default is ollama. Ollama will not use it, but I put it here to allow to use for other tools.
  • OLLAMA_API_BASE: default is http://localhost:11434/v1.
  • OLLAMA_MODEL: user have to change it. e.g:qwen2.5:7b

closes #626

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Local LLM Server tranlation support
2 participants