mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Added basic Llamafile integration
This commit is contained in:
parent
6af86fa09f
commit
c7cd97b6d3
6 changed files with 214 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -4,7 +4,7 @@ import os
|
|||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
version = "0.9.4"
|
||||
version = "0.9.5"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
@ -94,6 +94,7 @@ setuptools.setup(
|
|||
"scripts/text-completion-bedrock",
|
||||
"scripts/text-completion-claude",
|
||||
"scripts/text-completion-cohere",
|
||||
"scripts/text-completion-llamafile",
|
||||
"scripts/text-completion-ollama",
|
||||
"scripts/text-completion-openai",
|
||||
"scripts/text-completion-vertexai",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue