You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: