Closed plaban1981 closed 12 hours ago
what version of litellm is this? we should already be handling this conversion
what version of litellm is this? we should already be handling this conversion
Litellm==1.52.12
able to repro. Groq doesn't support json schema in the response_format param yet - https://console.groq.com/docs/api-reference#chat-create
we can workaround this with tool calling
@krrishdholakia How do I proceed can you please help me with an example
Error Encountered :
APIError: litellm.APIError: APIError: GroqException - You tried to pass a
BaseModel
class tochat.completions.create()
; You must usebeta.chat.completions.parse()
instead during detecting Hallucination using opik libarayCode Implemented
Could you please help me with the right way of using LLMs other than OpenAI Thanks,