forked from phoenix-oss/llama-stack-mirror
slightly update README.md
This commit is contained in:
parent
12947ac19e
commit
36b052ab10
1 changed files with 7 additions and 1 deletions
|
@ -66,4 +66,10 @@ pytest -s -m together llama_stack/providers/tests/agents/test_agents.py \
|
|||
--env TOGETHER_API_KEY=<...>
|
||||
```
|
||||
|
||||
If you want to override the inference model or safety model used, you can use the `--inference-model` or `--safety-model` CLI options as appropriate.
|
||||
If you want to override the inference model or safety model used, you can use the `--inference-model` or `--safety-shield` CLI options as appropriate.
|
||||
|
||||
If you wanted to test a remotely hosted stack, you can use `-m remote` as follows:
|
||||
```bash
|
||||
pytest -s -m remote llama_stack/providers/tests/agents/test_agents.py \
|
||||
--env REMOTE_STACK_URL=<...>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue