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
Maybe using the factory pattern? We can provide several enum choices that can be used to determine which model to use and leave everything done by the factory.
The local LLM that I’m currently looking at is LLAMA 2 by Meta.
Maybe using the factory pattern? We can provide several enum choices that can be used to determine which model to use and leave everything done by the factory.
The local LLM that I’m currently looking at is LLAMA 2 by Meta.