Add configs to llm docs (#1707)

This commit is contained in:
Dev Khant
2024-08-15 21:13:00 +05:30
committed by GitHub
parent c0232a7d97
commit eb7a7e09eb
14 changed files with 404 additions and 303 deletions

View File

@@ -0,0 +1,13 @@
---
title: Overview
---
Mem0 includes built-in support for various popular large language models. Memory can utilize the LLM provided by the user, ensuring efficient use for specific needs.
## Usage
To use a llm, you must provide a configuration to customize its usage. If no configuration is supplied, a default configuration will be applied, and `OpenAI` will be used as the llm.
For a comprehensive list of available parameters for llm configuration, please refer to [Config](./config).
To view all supported llms, visit the [Supported LLMs](./models).