You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know set the value of defaults in user_settings.json.
Then I can run "obb.economy.cpi(country="united_states,united_kingdom",transform="period")" ,which without parameter "provider".
But that's not what require.
I want to change the default value in CI docs.
This is my application scenario. We are preparing to develop an internal OpenBB environment, and I want the default provider in the CI documentation to be usable. We do not support all providers. I would like to know where the default provider in the CI documentation is configured. I would greatly appreciate your help if you can assist me.
The text was updated successfully, but these errors were encountered:
Apologies, the documentation section needs to be updated.
The default value is defined by user_settings.json, and you will need to define the function with slashes, like the API route:
"/economy/cpi"
Please note that this will not change what the docstring says, default values are injected at runtime. The FastAPI documentation and Python docstrings are created based on the specific components you have installed.
If you are planning to not support specific providers, the best thing to do is uninstall them, or install only the router and provider components you would like to use. Each one is its own installable package.
I know set the value of defaults in user_settings.json.
Then I can run "obb.economy.cpi(country="united_states,united_kingdom",transform="period")" ,which without parameter "provider".
But that's not what require.
I want to change the default value in CI docs.
This is my application scenario. We are preparing to develop an internal OpenBB environment, and I want the default provider in the CI documentation to be usable. We do not support all providers. I would like to know where the default provider in the CI documentation is configured. I would greatly appreciate your help if you can assist me.
The text was updated successfully, but these errors were encountered: