mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-26 22:51:59 +00:00
feat: regenerate all templates
using the new template.py, regenerate all distros and their new provider configs Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
a274795532
commit
2f994cfc50
249 changed files with 1008 additions and 1232 deletions
|
|
@ -0,0 +1,5 @@
|
|||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
persistence_store:
|
||||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/llama_api}/agents_store.db
|
||||
responses_store:
|
||||
type: sqlite
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/llama_api}/responses_store.db
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
kvstore:
|
||||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/llama_api}/huggingface_datasetio.db
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
kvstore:
|
||||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/llama_api}/localfs_datasetio.db
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
kvstore:
|
||||
type: sqlite
|
||||
namespace: null
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/llama_api}/meta_reference_eval.db
|
||||
|
|
@ -0,0 +1 @@
|
|||
excluded_categories: []
|
||||
|
|
@ -0,0 +1 @@
|
|||
openai_api_key: ${env.OPENAI_API_KEY:=}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
|
||||
sinks: ${env.TELEMETRY_SINKS:=console,sqlite}
|
||||
sqlite_db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/llama_api}/trace_store.db
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
api_key: ${env.BRAVE_SEARCH_API_KEY:=}
|
||||
max_results: 3
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
api_key: ${env.TAVILY_SEARCH_API_KEY:=}
|
||||
max_results: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue