File tree Expand file tree Collapse file tree
responses_api_models/azure_openai_model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,9 +66,10 @@ INFO: Uvicorn running on http://127.0.0.1:62920 (Press CTRL+C to quit)
6666
6767This means ** 4 servers are now running** :
68681 . ** 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
Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ Set up your `env.yaml` file:
88policy_base_url : https://my.end.point.com/v1/azure
99policy_api_key : <API_KEY>
1010policy_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
1818config_paths="responses_api_models/azure_openai_model/configs/azure_openai_model.yaml, \
1919resources_servers/equivalence_llm_judge/configs/equivalence_llm_judge.yaml"
2020
2121ng_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
You can’t perform that action at this time.
0 commit comments