mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Add documentations for building applications and with some content for agentic loop
This commit is contained in:
parent
a29013112f
commit
1274fa4c0d
5 changed files with 424 additions and 16 deletions
|
@ -81,6 +81,8 @@ A few things to note:
|
|||
- The configuration dictionary is provider-specific. Notice that configuration can reference environment variables (with default values), which are expanded at runtime. When you run a stack server (via docker or via `llama stack run`), you can specify `--env OLLAMA_URL=http://my-server:11434` to override the default value.
|
||||
|
||||
## Resources
|
||||
```
|
||||
|
||||
Finally, let's look at the `models` section:
|
||||
```yaml
|
||||
models:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue