Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gourmand.dev/llms.txt

Use this file to discover all available pages before exploring further.

A llamafile is a self-contained binary that can run an open-source LLM. You can configure this provider in your config.json as follows:
config.yaml
models:
  - name: Llamafile
    provider: llamafile
    model: mistral-7b
View the source