mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix/minor issues (#329)
* Fix MistralAI, symbol error caused it to fail to start * Update templates
This commit is contained in:
parent
222de268c7
commit
b1ab2938b0
3 changed files with 14 additions and 9 deletions
|
|
@ -27,12 +27,11 @@ local url = import "values/url.jsonnet";
|
|||
.with_port(8080, 8080, "metrics");
|
||||
|
||||
engine.resources([
|
||||
envSecrets,
|
||||
containerSet,
|
||||
service,
|
||||
])
|
||||
|
||||
},
|
||||
|
||||
} + prompts
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue