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
The LLM class now acts as a proxy for LLMClient and does not provide much functionality on its own. We should move the LLMClient logic to the LLM class and completely remove the client abstraction. This should simplify the interface and reduce ambiguity.
The text was updated successfully, but these errors were encountered:
The
LLM
class now acts as a proxy forLLMClient
and does not provide much functionality on its own. We should move theLLMClient
logic to theLLM
class and completely remove the client abstraction. This should simplify the interface and reduce ambiguity.The text was updated successfully, but these errors were encountered: