You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Muixing was failing for 2 reasons:
1. Sometimes we return OpenAI format
from ollama provider. Before we were assuming that everything that
was returned from ollama provider had ollama format.
2. The OpenAI format returned from ollama provider had an invalid
`created` field.
0 commit comments