Releases: Onigam/ai-mistral-pr-reviewer
AI Code Reviewer v0.7
Full Changelog: v0.6...v0.7
AI Code Reviewer v0.6
Adjust token limit for mistral models
AI Code Reviewer v0.5
Full Changelog: v0.4...v0.5
AI Code Reviewer v0.4
- Adapt readme and included Mistral in disclamer
- Removed poem from wlakthroug
Full Changelog: v0.3...v0.4
AI Code Reviewer v0.3
Full Changelog: v0.2...v0.3
AI Code Reviewer v0.2
Full Changelog: 0.1...v0.2
v0.1 - Improve OpenAI APIs compatibilities
- README updates to improve configuration and add Mistral setp
- Improve OpenAI APIs compatibilities (like for mistral.ai API)
Support Mistral API call
Allow to set Mistral AI API calls by
removing the presence_penalty
parameter from API calls that cause
this issue :
response: undefined, failed to send message to openai: Error: OpenAI error 422: {"object":"error","message":"{"detail":[{"type":"extra_forbidden","loc":["body","presence_penalty"],"msg":"Extra inputs are not permitted","input":1,"url":"[https://errors.pydantic.dev/2.5/v/extra_forbidden](https://errors.pydantic.dev/2.5/v/extra_forbidden/)"}]}","type":"internal_error_proxy","param":null,"code":"1000"}, backtrace: Error: OpenAI error 422: {"object":"error","message":"{"detail":[{"type":"extra_forbidden","loc":["body","presence_penalty"],"msg":"Extra inputs are not permitted","input":1,"url":"[https://errors.pydantic.dev/2.5/v/extra_forbidden](https://errors.pydantic.dev/2.5/v/extra_forbidden/)"}]}","type":"internal_error_proxy","param":null,"code":"1000"}