-
### What is the issue?
When pushing models to ollama.com's registry, if they fail part way through - when you go to continue the push they start from scratch again.
This is quite painful when you'…
-
Question: is it possible to access the underlying model via APIs, for example using the ollama APIs?
Thanks!
-
While working on a package for ollama built with a ROCm runner, I noticed that by default the build scripts include all the dependencies in dist archive. It makes sense in case of a standalone build, …
-
Hello, I'm the primary author of txtai. I have searches that run to find projects that are using txtai on GitHub 😀
I saw what you were trying to do and wanted to share that txtai has an integration…
-
**Describe the bug**
The autocomplete suggestions returned are always kinda nonsense.
**To Reproduce**
I just tried to use the VSCode extension with Ollama using the proposed model in the tutoria…
-
### What is the issue?
My initial goal is to check if specific model is available using Ollama API.
I use OpenAI library `github.com/sashabaranov/go-openai` to do that.
The problem is when I …
-
```
client = instructor.from_openai(
OpenAI(
base_url="http://localhost:11434/v1",
api_key="ollama", # required, but unused
),
mode=instructor.Mode.JSON,
)
def…
-
### Description
While I use LLM to creat llm,it show me this error:
`litellm.exceptions.BadRequestError: litellm.BadRequestError: LLM Provider NOT provided. Pass in the LLM provider you are trying…
-
Currently deepseek-llm and deepseek-coder are available on Ollama.ai, and I'd love to try out deepseek-math with ollama :)
-
Goal: be able to leverage LLMs for AI features (text analysis, sentiment analysis, summarization, automatic tagging/categorization, etc).
Two main ways I think about:
- Using Replicate.com
- Usin…