-
Notifications
You must be signed in to change notification settings - Fork 304
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I'm new to this project, but during debugging I noticed that a math problem was misclassified as a chemistry problem.
To Reproduce
curl -X POST http://localhost:8801/v1/chat/completions -H "Content-Type: application/json" -d '{ "model": "MoM", "messages": [{"role": "user", "content": "Solve: x^2 + 5x + 6 = 0"}] }'
Expected behavior
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done