From 2d0ff1a06d94a6e2a2796e37d4157c48b6badd40 Mon Sep 17 00:00:00 2001 From: James Olds Date: Sat, 1 Apr 2023 15:48:16 -0400 Subject: [PATCH] Update apis.md (#2278) --- docs/use_cases/apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases/apis.md b/docs/use_cases/apis.md index 19fa7efc..eddd1198 100644 --- a/docs/use_cases/apis.md +++ b/docs/use_cases/apis.md @@ -8,7 +8,7 @@ This page covers all resources available in LangChain for working with APIs. ## Chains -If you are just getting started, and you have relatively apis, you should get started with chains. +If you are just getting started, and you have relatively simple apis, you should get started with chains. Chains are a sequence of predetermined steps, so they are good to get started with as they give you more control and let you understand what is happening better.