Kavin
Kavin
In [`bde4087`](https://github.com/TeamPiped/piped-uptime/commit/bde4087b59cdef77b59349ed5c6426e7a623c63d ), projectsegfau.lt us (https://pipedapi.us.projectsegfau.lt/healthcheck) was **down**: - HTTP code: 502 - Response time: 290 ms
In [`41514a0`](https://github.com/TeamPiped/piped-uptime/commit/41514a0d99db40f1f5205a1dba17c1c6746bb714 ), phoenixthrush.com (https://pipedapi.phoenixthrush.com/healthcheck) was **down**: - HTTP code: 502 - Response time: 412 ms
### Describe the bug ### Steps to reproduce 1. Query a huge amount of data with `.fetch()` 2. Iterate slowly with `while let Some(row) = cursor.next().await? {}` 3. Get the...
### What feature would you like to see? I would like to have native function calling support in ChatAdapter, to better avoid tool calling halucinations in ReAct. This would also...
- Add an optional parameter to allow specifying whether a model is a reasoning model or not. If not specified, we to determine it using `litellm.supports_reasoning`. - I had to...
This allows the parser to parse the response, even if the newlines aren't present correctly due to the model not including newlines. Example error: ``` Adapter ChatAdapter failed to parse...
### What happened? When using the Gemini 2.5 pro model, the response sometimes doesn't adhere to the specific newline requirements for parsing the correctly. Error log: ``` Adapter ChatAdapter failed...
### Describe the feature Since auth.js is now part of better auth, it would make sense to migrate to it. https://www.better-auth.com/blog/authjs-joins-better-auth https://github.com/nextauthjs/next-auth/discussions/13252 ### How would you implement this? _No response_...
This doesn't work yet.