mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
merge
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user