Bugfix for Python3.7
This commit is contained in:
parent
4d015c33bd
commit
7643f6677d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
from typing import List, Optional, Dict, Literal, Union
|
from typing import List, Optional, Dict, Union
|
||||||
from typing_extensions import TypedDict, NotRequired
|
from typing_extensions import TypedDict, NotRequired, Literal
|
||||||
|
|
||||||
|
|
||||||
class EmbeddingUsage(TypedDict):
|
class EmbeddingUsage(TypedDict):
|
||||||
|
|
Loading…
Reference in a new issue