참고소스 수정본
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from neo4j_graphrag.llm import MistralAILLM
|
||||
|
||||
# set api key here on in the MISTRAL_API_KEY env var
|
||||
api_key = None
|
||||
|
||||
with MistralAILLM(
|
||||
model_name="mistral-small-latest",
|
||||
api_key=api_key,
|
||||
) as llm:
|
||||
llm.invoke("say something")
|
||||
Reference in New Issue
Block a user