Skip to content

Commit 24abb4e

Browse files
committed
fix import
1 parent 20488ba commit 24abb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import logging
33

4-
from graphrag_sdk.models.openai import OpenAiGenerativeModel
4+
from graphrag_sdk.models.litellm import LiteModel
55
from graphrag_sdk import (
66
Ontology,
77
Entity,

0 commit comments

Comments
 (0)