mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
refine
This commit is contained in:
parent
d9ceb7067a
commit
7de832d66c
3 changed files with 15 additions and 0 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.
|
|
@ -23,4 +23,6 @@ distribution_spec:
|
||||||
- inline::llama-guard
|
- inline::llama-guard
|
||||||
memory:
|
memory:
|
||||||
- inline::faiss
|
- inline::faiss
|
||||||
|
tool_runtime:
|
||||||
|
- remote::brave-search
|
||||||
image_type: conda
|
image_type: conda
|
||||||
|
|
|
@ -12,6 +12,7 @@ apis:
|
||||||
- scoring
|
- scoring
|
||||||
- telemetry
|
- telemetry
|
||||||
- post_training
|
- post_training
|
||||||
|
- tool_runtime
|
||||||
providers:
|
providers:
|
||||||
inference:
|
inference:
|
||||||
- provider_id: meta-reference-inference
|
- provider_id: meta-reference-inference
|
||||||
|
@ -63,6 +64,13 @@ providers:
|
||||||
type: sqlite
|
type: sqlite
|
||||||
namespace: null
|
namespace: null
|
||||||
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/faiss_store.db
|
db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/meta-reference-gpu}/faiss_store.db
|
||||||
|
tool_runtime:
|
||||||
|
- provider_id: brave-search
|
||||||
|
provider_type: remote::brave-search
|
||||||
|
config:
|
||||||
|
api_key: ${env.BRAVE_SEARCH_API_KEY:}
|
||||||
|
max_results: 3
|
||||||
|
|
||||||
|
|
||||||
metadata_store:
|
metadata_store:
|
||||||
namespace: null
|
namespace: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue