- 1281 Views
- 1 replies
- 0 kudos
Hi All, I understand we are in the evaluation journey where we have 100+ LLMs (Open or Proprietary models ), but please guide us on how we can choose the right LLM model, also considering the cost. Do we have any benchmark to follow considering the u...
- 1281 Views
- 1 replies
- 0 kudos
Latest Reply
Hey! It depends a lot on your application. Different LLMs excel in different functions. Proprietary models will be more expensive then Open Source ones, but they will likely lead you to a faster time to production with your applications.
Also, if yo...
- 2872 Views
- 1 replies
- 0 kudos
Hello,I'm attempting to use the instructor library for validating the output of a foundation model (DBRX in this case). Here's my code: import instructor
from instructor.client import Instructor
from pydantic import BaseModel
from openai import OpenA...
- 2872 Views
- 1 replies
- 0 kudos
Latest Reply
Reviewing my posted code I should mention that the 'tool_choice' argument I'm passing is a default argument of the OpenAI client object. The code still breaks in the same way if I remove that argument from the function call. I think this is out of my...