kYLe

Results 5 comments of kYLe

Added both example notebook and quick note under docs/ecosystem. Thanks!

I see. Im fixing it. Thanks!

A new PR #4526 was created to fix this typo. Thanks!

Here is how to reproduce the problem. Following code would fail without the trailing `/` ```python openai.base_url = "https://api.openai.com/v1" # Instead, you have to add the trailing / #openai.base_url =...

`base_url` is the testing parameters get from "base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")" With this fix, ppl should be able to work with URL with and without trailing '/'. Not sure how...