From 51ef0f94a844f0a9b028bfde6e517f6da905f97f Mon Sep 17 00:00:00 2001 From: Ben Epstein Date: Mon, 23 Dec 2024 16:34:21 -0500 Subject: [PATCH] fix concurrency docs need the async client --- fern/01-guide/04-baml-basics/concurrent-calls.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/01-guide/04-baml-basics/concurrent-calls.mdx b/fern/01-guide/04-baml-basics/concurrent-calls.mdx index 806e8c130..6d0e27152 100644 --- a/fern/01-guide/04-baml-basics/concurrent-calls.mdx +++ b/fern/01-guide/04-baml-basics/concurrent-calls.mdx @@ -40,7 +40,7 @@ You can make concurrent `b.ClassifyMessage()` calls like so: ```python main.py import asyncio -from baml_client import b +from baml_client.async_client import b from baml_client.types import Category async def main(): @@ -84,4 +84,4 @@ BAML Ruby (beta) does not currently support async/concurrent calls. Please [contact us](/contact) if this is something you need. - \ No newline at end of file +