Albert Lam
Albert Lam
[FEATURE] Expose `initial_point_generator` and `base_estimator` settings from skopt.Optimizer in HPS
**Is your feature request related to a problem? Please describe.** The current `CBO` class only allows a subset of the parameters in the `skopt.Optimizer` class as inputs. For instance, `initial_point_generator`...
### Do you need to file an issue? - [X] I have searched the existing issues and this feature is not already filed. - [X] My model is hosted on...
**Is your feature request related to a problem? Please describe.** When using instructor.from_provider("openai/", base_url="..."), the base_url kwarg is ignored. The OpenAI client is instantiated as openai.OpenAI(api_key=...) (or AsyncOpenAI) without forwarding...