Configuration Option: Added a new configuration option in the environment variables to specify a custom API base URL. This option is optional and defaults to OpenAI API base URL if not set.
Documentation Update: Updated the project's documentation to guide users on how to utilize this new feature.
If the --baseURL parameter is not set in test_connection, the base URL set in the environment variable will be used first.
Key Changes:
--baseURL
parameter is not set intest_connection
, the base URL set in the environment variable will be used first.