fix ollma regsiter name (#234)

This commit is contained in:
zhuzhongshu123 2025-01-08 11:35:22 +08:00 committed by GitHub
parent 57c5aad42a
commit 1131dbbb28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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):
""" """