You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,22 +46,21 @@ The sample code uses the [Llama 3.3 70B Instruct model](https://build.nvidia.com
45
46
The `models` key in the `config.yml` file configures the LLM model.
46
47
For more information about the key, refer to [](./user-guides/configuration-guide.md#the-llm-model).
47
48
48
-
1. Create a prompts file, such as `config/prompts.yml`, ([download](path:../examples/configs/gs_content_safety/config/prompts.yml)), with contents like the following partial example:
49
+
3. Copy the following prompts code and save as `prompts.yml` in the `config` directory.
0 commit comments