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

Local LLM #8

Open
Paritybit01 opened this issue Apr 11, 2024 · 1 comment
Open

Local LLM #8

Paritybit01 opened this issue Apr 11, 2024 · 1 comment

Comments

@Paritybit01
Copy link

Not really an issue per say. Is there any way to get this to use a local LLM server like Ollama or LM Studio instead of having to pay OpenAI fees? Other than that, great work.

@phong-phuong
Copy link

It would more of a feature to be added to the wish list (if any).

A layer of abstraction with the LLM layer would be required. Currently each tool related to plan/code generation is directly using the Open AI client which which violates the open/closed principle.
However, this would require a rework of the BaseTool which directly uses the OpenAISchema.

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

2 participants