Skip to content

Instantly share code, notes, and snippets.

View xinsblog's full-sized avatar

Xin Yan xinsblog

  • Nanjing University
View GitHub Profile
from typing import List
import json
import sys
import openai
class SimChatGPT:
def __init__(self, api_key: str, messages: List = None):