__init__.py 85 B

1234
  1. # -*- coding: utf-8 -*-
  2. from .runner import BaseRunner
  3. from .openai import OpenaiLLM