LLAMA_3_GROK_TOOL_USE_8B

Represents the LLAMA version 3.0 model provided by Groq with 8B parameters.

This variable defines an instance of the LLModel class with the Ollama provider, a unique identifier "llama3", and a set of capabilities. The supported capabilities include:

  • Temperature adjustment.

  • JSON Schema-based tasks (Not very clear).

  • Tool utilization.

LLAMA 3 is designed to support these specified features, enabling developers to utilize the model for tasks that require dynamic behavior adjustments, schema adherence, and tool-based interactions.