Skip to content

Commit 3bd86ae

Browse files
authored
Misc docs fixes (#218)
Signed-off-by: Brian Yu <bxyu@nvidia.com>
1 parent 04a5316 commit 3bd86ae

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

docs/tutorials/02-setup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ INFO: Uvicorn running on http://127.0.0.1:62920 (Press CTRL+C to quit)
6666

6767
This means **4 servers are now running**:
6868
1. **Head server** (coordinates everything)
69-
2. **Simple weather resource** (provides weather tool)
70-
3. **OpenAI model server** (connects to GPT-4)
71-
4. **Simple agent** (orchestrates model + resources)
69+
2. 3 Gym servers. These 3 servers and their high level config should be printed to terminal!
70+
1. **Simple weather resource** (provides weather tool)
71+
2. **OpenAI model server** (connects to GPT-4)
72+
3. **Simple agent** (orchestrates model + resources)
7273

7374
## Step 4: Test the Setup
7475

responses_api_models/azure_openai_model/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Set up your `env.yaml` file:
88
policy_base_url: https://my.end.point.com/v1/azure
99
policy_api_key: <API_KEY>
1010
policy_model_name: gpt-5-nano
11-
policy_api_version: 2024-10-21
1211
```
1312
1413
## Usage
1514
1615
### Running the server
16+
Set the API version. It usually looks something like "2024-10-21".
1717
```bash
1818
config_paths="responses_api_models/azure_openai_model/configs/azure_openai_model.yaml, \
1919
resources_servers/equivalence_llm_judge/configs/equivalence_llm_judge.yaml"
2020

2121
ng_run "+config_paths=[${config_paths}]" \
22-
+policy_model.responses_api_models.azure_openai_model.default_query.api-version=<api_version>
22+
+policy_model.responses_api_models.azure_openai_model.default_query.api-version=<api_version>
2323
```
2424

2525
### Collecting Rollouts

0 commit comments

Comments
 (0)