Skip to content

Commit

Permalink
fix ollma regsiter name (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhongshu123 authored Jan 8, 2025
1 parent 57c5aad commit 1131dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kag/common/llm/ollama_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
logger = logging.getLogger(__name__)


@LLMClient.register("Ollama")
@LLMClient.register("ollama")
class OllamaClient(LLMClient):
"""
Expand Down

0 comments on commit 1131dbb

Please sign in to comment.