Merge branch 'master' into release/v0.10. Includes llamafile and

prompt modifications.
This commit is contained in:
Cyber MacGeddon 2024-09-28 11:26:52 +01:00
commit 39cf256f5c
33 changed files with 1234 additions and 95 deletions

View file

@ -32,12 +32,12 @@ clean:
set-version:
echo '"${VERSION}"' > templates/values/version.jsonnet
TEMPLATES=azure bedrock claude cohere mix ollama openai vertexai \
TEMPLATES=azure bedrock claude cohere mix llamafile ollama openai vertexai \
openai-neo4j storage
DCS=$(foreach template,${TEMPLATES},${template:%=tg-launch-%.yaml})
MODELS=azure bedrock claude cohere ollama openai vertexai
MODELS=azure bedrock claude cohere llamafile ollama openai vertexai
GRAPHS=cassandra neo4j
# tg-launch-%.yaml: templates/%.jsonnet templates/components/version.jsonnet