- YAML
- JSON
config.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure Llamafile with Continue to use self-contained binary files that can run open-source language models like Mistral without additional setup
name: My Config
version: 0.0.1
schema: v1
models:
- name: Llamafile
provider: llamafile
model: mistral-7b
{
"models": [
{
"title": "Llamafile",
"provider": "llamafile",
"model": "mistral-7b"
}
]
}
Was this page helpful?