Nafay Rizwani
Results
1
comments of
Nafay Rizwani
You can pass the parameter separately in the graph config which solves the problem: ``` graph_config = { "llm": { "model_instance": llm_model_instance, "model_tokens": 100000, }, "embeddings": { "model_instance": embedder_model_instance, },...