From 58b6887bf5fb94f3fb574de8cb0550f788a731f5 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Fri, 2 Aug 2024 00:41:21 +0530 Subject: [PATCH] llm doc fix (#1631) --- docs/components/llms.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/llms.mdx b/docs/components/llms.mdx index 0cd3f772..27ea8c61 100644 --- a/docs/components/llms.mdx +++ b/docs/components/llms.mdx @@ -9,8 +9,8 @@ Mem0 includes built-in support for various popular large language models. Memory - - + + @@ -72,7 +72,7 @@ m = Memory.from_config(config) m.add("Likes to play cricket on weekends", user_id="alice", metadata={"category": "hobbies"}) ``` -## TogetherAI +## Together To use TogetherAI LLM models, you have to set the `TOGETHER_API_KEY` environment variable. You can obtain the TogetherAI API key from their [Account settings page](https://api.together.xyz/settings/api-keys).