This commit is contained in:
Jason Liu
2023-10-22 19:27:04 -04:00
parent e7e430cdea
commit ef2acc751d
-9
View File
@@ -4,21 +4,12 @@ import inspect
import json
import logging
<<<<<<< HEAD
from typing import Any, Callable, List, Optional
import uuid
from pydantic import BaseModel, validate_call
=======
from typing import Any, Callable, List, Optional, Type
from pydantic import BaseModel, validate_call
import uuid
import openai
>>>>>>> distil
from instructor import openai_schema
class FinetuneFormat(enum.Enum):
MESSAGES: str = "messages"