-
**Current Documentation**:
[API documentation](https://github.com/ollama/ollama/blob/4759d879f2376ffb9b82f296e442ec8ef137f27b/docs/api.md?plain=1#L79) states:
> A stream of JSON objects is retur…
-
Hi,
I'm developping a postman collection for do a regression-test on my API.
I'm validating all my responses schemes with tv4.
I run some similar queries whose answers are usually very close. There…
-
## Description
The goal of this task is to simplify the conversation history management system by removing **Redis LangChain** and using **Redis Checkpointers** instead. This will bring simplicity to…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
It would be really useful to be able to catch the raw HTTP logs during an explicit block like so:
```
requests, responses = Marcopolo.capture do
# requests to APIs
end
```
In this example, `re…
-
We currently use the `api/reviews/all` API endpoint to fetch reviews from our system. This endpoint allows us to apply various filters to tailor what is returned. However, there's an important piece o…
-
### Is your feature request related to a problem? Please describe
Currently, when utilizing Xinference with vllm as the backend, users are unable to leverage vllm's advanced guided generation capabil…
-
**Summary**
Need to add support for application specific error codes and user friendly error responses in api responses.
For example:
We send the below error response when the grant cannot be ren…
-
This is similar to #95.
I have simplified the working example code from there to the code posted at the end, which still works fine.
However, an almost the same example always loses the first sample…
-
**When configuring Custom Slash Command for my team, I need to provide `URL`**
To simplify things we can assume right now that for one slash command we provide one endpoint. In case multiple slash…