Skip to content

Commit

Permalink
Use prompt templates by default, fix prompt template invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 15, 2024
1 parent 8628833 commit 1312bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions templates/components.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"prompt-template-kq-query": import "components/null.jsonnet",
"prompt-template-relationships": import "components/null.jsonnet",
"prompt-template-rows-template": import "components/null.jsonnet",
"prompt-generic": import "components/prompt-generic.jsonnet",
"prompt-template": import "components/prompt-template.jsonnet",
"pulsar": import "components/pulsar.jsonnet",
"pulsar-manager": import "components/pulsar-manager.jsonnet",
"trustgraph-base": import "components/trustgraph.jsonnet",
Expand Down
2 changes: 1 addition & 1 deletion templates/components/ollama.jsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local base = import "base/base.jsonnet";
local images = import "values/images.jsonnet";
local url = import "values/url.jsonnet";
local prompts = import "prompts/slm.jsonnet";
local prompts = import "prompts/mixtral.jsonnet";

{

Expand Down

0 comments on commit 1312bfa

Please sign in to comment.