Large Language Models
165 views
Function Calling
Quick Definition
Structured mechanism for LLMs to generate API function calls
Full Definition
A structured mechanism where LLMs generate function calls with appropriate arguments.
Examples
OpenAI function calling, tool routing, API orchestration
Related Terms
tool-use
structured-output
More Large Language Models Terms
Mistral
Efficient open-source LLMs with strong performance
Scaling Laws
Relationships between model size, data, compute, and performance
Multi-Head Attention
Parallel attention operations concatenated for richer representations
Prompt Caching
Storing key-value states for repeated prompt prefixes
GPT
OpenAI's family of autoregressive large language models
Top-K Sampling
Generation strategy considering top k most probable tokens