Skip to content

Commit

Permalink
Merge pull request #673 from cheshire-cat-ai/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pieroit committed Jan 19, 2024
2 parents 427823f + 43e605d commit 7a99ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/cat/looking_glass/cheshire_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def load_language_embedder(self) -> embedders.EmbedderSettings:

# Llama-cpp-python
elif type(self._llm) in [CustomOpenAI]:
embedder = embedders.EmbedderLlamaCppConfig.get_embedder_from_config(
embedder = embedders.EmbedderOpenAICompatibleConfig.get_embedder_from_config(
{
"url": self._llm.url
}
Expand Down
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "Cheshire-Cat"
description = "Production ready AI assistant framework"
version = "1.4.6"
version = "1.4.7"
requires-python = ">=3.10"
license = { file="LICENSE" }
authors = [
Expand Down

0 comments on commit 7a99ba2

Please sign in to comment.