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

Support for Ollama #77

Closed
hugo-ninja opened this issue Sep 5, 2023 · 1 comment · Fixed by #88
Closed

Support for Ollama #77

hugo-ninja opened this issue Sep 5, 2023 · 1 comment · Fixed by #88

Comments

@hugo-ninja
Copy link

It would be cool if it supported https://ollama.ai/ so that we could run it using local models :)

@rapidarchitect
Copy link

I second that request

ido50 added a commit that referenced this issue Feb 6, 2024
This commit introduces support for the ollama.ai backend. Ollama is
an open source LLAMA backend meant for local usage. It supports
many different models, many of them related to code generation.

Usage of the ollama backend is available via the `--backend` flag
or `AIAC_BACKEND` environment variables set to `"ollama"`. Ollama
doesn't support authentication currently, so the only related flag
is `--ollama-url` for the API server's URL, but if not used, the
default URL is used (http://localhost:11434/api). With this commit,
`aiac` will not yet support a scenario where the API server is
running behind an authenticating proxy.

Resolves: #77
ido50 added a commit that referenced this issue Feb 6, 2024
This commit introduces support for the ollama.ai backend. Ollama is
an open source LLAMA backend meant for local usage. It supports
many different models, many of them related to code generation.

Usage of the ollama backend is available via the `--backend` flag
or `AIAC_BACKEND` environment variables set to `"ollama"`. Ollama
doesn't support authentication currently, so the only related flag
is `--ollama-url` for the API server's URL, but if not used, the
default URL is used (http://localhost:11434/api). With this commit,
`aiac` will not yet support a scenario where the API server is
running behind an authenticating proxy.

Resolves: #77
ido50 added a commit that referenced this issue Feb 6, 2024
This commit introduces support for the ollama.ai backend. Ollama is
an open source LLAMA backend meant for local usage. It supports
many different models, many of them related to code generation.

Usage of the ollama backend is available via the `--backend` flag
or `AIAC_BACKEND` environment variables set to `"ollama"`. Ollama
doesn't support authentication currently, so the only related flag
is `--ollama-url` for the API server's URL, but if not used, the
default URL is used (http://localhost:11434/api). With this commit,
`aiac` will not yet support a scenario where the API server is
running behind an authenticating proxy.

Resolves: #77
@ido50 ido50 closed this as completed in #88 Feb 6, 2024
ido50 added a commit that referenced this issue Feb 6, 2024
This commit introduces support for the ollama.ai backend. Ollama is
an open source LLAMA backend meant for local usage. It supports
many different models, many of them related to code generation.

Usage of the ollama backend is available via the `--backend` flag
or `AIAC_BACKEND` environment variables set to `"ollama"`. Ollama
doesn't support authentication currently, so the only related flag
is `--ollama-url` for the API server's URL, but if not used, the
default URL is used (http://localhost:11434/api). With this commit,
`aiac` will not yet support a scenario where the API server is
running behind an authenticating proxy.

Resolves: #77
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 a pull request may close this issue.

2 participants