mirror of https://github.com/OpenSPG/KAG
fix ollma regsiter name (#234)
This commit is contained in:
parent
57c5aad42a
commit
1131dbbb28
|
@ -23,6 +23,7 @@ from tenacity import retry, stop_after_attempt
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@LLMClient.register("Ollama")
|
||||||
@LLMClient.register("ollama")
|
@LLMClient.register("ollama")
|
||||||
class OllamaClient(LLMClient):
|
class OllamaClient(LLMClient):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue