Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support litellm proxy if directly support llm ap is not possible at the moment #83

Open
hawktang opened this issue Apr 4, 2024 · 0 comments

Comments

@hawktang
Copy link

hawktang commented Apr 4, 2024

#_openai.py

an interface to give DEFAULT_CREATE_COMPLETION_URL value

DEFAULT_CREATE_COMPLETION_URL = "http://0.0.0.0:4000"

OpenAI(
api_key=self.openai_api_key,
base_url=DEFAULT_CREATE_COMPLETION_URL
)

and disable model model availability check in this mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant