Commit cb2c0c19 authored by Bhargava Rellu's avatar Bhargava Rellu

fetch the BaseModel from pydantic

parent cedf25ae
from groq import BaseModel
from pydantic import BaseModel
class PercentageResponseModel(BaseModel):
positive_percentage: str
negative_percentage: str
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment