Support supplying custom headers to OpenAI requests (#1356)
This commit is contained in:
@@ -431,6 +431,7 @@ def validate_config(config_data):
|
||||
Optional("model_kwargs"): dict,
|
||||
Optional("local"): bool,
|
||||
Optional("base_url"): str,
|
||||
Optional("default_headers"): dict,
|
||||
},
|
||||
},
|
||||
Optional("vectordb"): {
|
||||
|
||||
Reference in New Issue
Block a user