Skip to content

Commit 0cd4218

Browse files
committed
[Fix] imports
1 parent 6839f7d commit 0cd4218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edenai_apis/apis/microsoft/microsoft_llm_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, Type, Union, Optional
1+
from typing import List, Type, Union, Optional, Literal, Dict
22

33
import httpx
44
from openai import BaseModel

0 commit comments

Comments
 (0)