Skip to main content

Large Language Models (LLM)

LLM Models are the processing units ("brains") that generate text and reason through queries. FahemAI allows you to connect to various LLM providers or use local models.

Configuring an LLM

To set up a dialogue model that will speak to your users:

  1. Go to Models > LLM Models.
  2. Click Add New Model.
  3. Select a provider (e.g., OpenAI, Groq, Anthropic) and enter your API Key.
  4. Set the Model Name (e.g., gpt-4o or llama-3.1-70b).
Configure LLM Model Details

Supported Providers

  • OpenAI: Standard for high-quality responses (GPT-4, GPT-3.5).
  • Groq: Extremely fast inference for real-time interactions.
  • Anthropic: Claude models known for safety and reasoning.
  • Local/Custom: Connect your own models compatible with OpenAI formatting.
info

The first model you configure will typically be set as the default model for new pipelines, but you can change this in the Pipeline settings.