Skip to content

Instantly share code, notes, and snippets.

View KobbyGee23's full-sized avatar

Ebenezer Kobina Mensah Mintah Ankomah KobbyGee23

View GitHub Profile
# --------------------------------------------------------------
# Customer Support Ticket Classification System
# --------------------------------------------------------------
import instructor
from pydantic import BaseModel, Field
from openai import OpenAI
from enum import Enum
from typing import List