watermelontools / watermelon

🍉 Open-Source Copilot For Code Review
https://app.watermelontools.com
Apache License 2.0
145 stars 12 forks source link

Create Mistral test #404

Closed EstebanDalelR closed 11 months ago

EstebanDalelR commented 11 months ago

Description

This will allow adding any model

Type of change

Acceptance

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
watermelon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2023 9:26pm
watermelon-copilot-for-code-review[bot] commented 11 months ago

Watermelon AI Summary

This Pull Request introduces a new feature by implementing the ability to add any model through a Mistral test, aiming for enhanced modularity within the system.

GitHub PRs

EstebanDalelR commented 11 months ago

Would this be the route to test?

http://localhost:3000/api/huggingface/mistral/route.ts

I'm testing with that route and

{
    "email": "estebanvargas94@gmail.com",
    "prompt": "Build something with this random prompt"
}

No, the route is http://localhost:3000/api/huggingface/mistral, as per the NextJS docs

EstebanDalelR commented 11 months ago

Closing due to cost