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

Unexpected keyword argument 'base_api' #107

Open
telekoteko opened this issue Mar 27, 2024 · 0 comments
Open

Unexpected keyword argument 'base_api' #107

telekoteko opened this issue Mar 27, 2024 · 0 comments

Comments

@telekoteko
Copy link

I'm currently attempting to run a project locally that utilizes a VLLM OpenAI compatible instance, but I've encountered a stumbling block. Whenever I try to initiate the project, I'm met with the following error message:
"TypeError: init() got an unexpected keyword argument 'azure_endpoint'".

The code:

lida = Manager(text_gen=llm(provider="openai", api_base="http://192.168.1.254:8000/v1", api_key="EMPTY", models=model_details))

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