Update default_qa_config.yaml
Browse files- default_qa_config.yaml +1 -1
default_qa_config.yaml
CHANGED
|
@@ -73,7 +73,7 @@ agent:
|
|
| 73 |
per_instance_cost_limit: 0
|
| 74 |
total_cost_limit: 0
|
| 75 |
top_p: null
|
| 76 |
-
api_base:
|
| 77 |
api_key: $OPENAI_API_KEY
|
| 78 |
|
| 79 |
num_workers: 16
|
|
|
|
| 73 |
per_instance_cost_limit: 0
|
| 74 |
total_cost_limit: 0
|
| 75 |
top_p: null
|
| 76 |
+
api_base: <YOUR-API-BASE>
|
| 77 |
api_key: $OPENAI_API_KEY
|
| 78 |
|
| 79 |
num_workers: 16
|