Zerdoumi
Zerdoumi
### Self Checks - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this...
### What: - [x] Bug Fix - [ ] New Feature ### Description: Some openai server implementation miss **logprobs** attributes (localai). ```sh curl http://localhost:8000/v1/completions -H "Content-Type: application/json" -d '{ "model":...
When generating Prisma schema from Wasp entities, the reserved words for field type, collide with entity name. This results in incorrect Prisma schema output. The following reserved words lead to...
https://github.com/asg017/sqlite-vec/blob/a2dd24f27ec7e4a5743e58f5ab6835deea5db58d/sqlite-vec.c#L754 Currently the code uses `strtod` to parse floating point numbers from JSON arrays. However, `strtod` respects the current process locale (`LC_NUMERIC`). This causes incorrect behavior when the user’s locale...