[Bug] Does not provide capabilities for /show api call
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.5k
- Forks
- 1.2k
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Hi, please notice that ollama api docs says it provides capabilities via /show endpoint.
https://github.com/ollama/ollama/blob/main/docs/api.md#response-26
But this python sdk does not support that. Without it, it's hard to determine which models have what kind of capabilities.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Python SDK's model-related API surface with the Ollama API documentation at the linked /show response section. Trace how /show responses are represented and determine where capability data is omitted. Done means callers can access the capabilities returned by /show, with tests covering the response handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100