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
We only run evals on 4o, o1, and Sonnet rn, and we don't want to unnecessarily complicate evals. However, we don't want to stop users from experimenting with different LLMs. Thus, we should expose LLMClient and allow people to pass in an LLMClient of their choosing if they want to use providers like Ollama, Groq, Gemini, etc. Relates to #350, #183, #252
The text was updated successfully, but these errors were encountered:
We only run evals on 4o, o1, and Sonnet rn, and we don't want to unnecessarily complicate evals. However, we don't want to stop users from experimenting with different LLMs. Thus, we should expose
LLMClient
and allow people to pass in anLLMClient
of their choosing if they want to use providers like Ollama, Groq, Gemini, etc. Relates to #350, #183, #252The text was updated successfully, but these errors were encountered: