Hello,
I am currently working with the Scrapybara library and would like to know if it's possible to integrate lite-llm for OpenAI and pass custom base URLs.
Specifically, I am trying to use the following import from Scrapybara:
from scrapybara.openai import OpenAI, UBUNTU_SYSTEM_PROMPT
But I would like to use lite-llm as the LLM backend for OpenAI instead of the default, while also passing custom base URLs for my OpenAI requests.
Is this possible within the current framework, or is there any planned support for integrating with lite-llm in the future?
I appreciate your help and any guidance you can provide on how to achieve this.
Thank you!