Skip to content

Instantly share code, notes, and snippets.

View kjoth's full-sized avatar

Karthick J kjoth

  • Ericsson
  • India
View GitHub Profile
import chess
import chess.engine
import os
import dspy
from pydantic import BaseModel, Field
from dspy.functional import TypedPredictor
from dotenv import load_dotenv
load_dotenv()