From aaa1149acca0b4552b2d84aba6e6ee933a3a6d6b Mon Sep 17 00:00:00 2001 From: Dex Date: Tue, 26 Nov 2024 08:25:15 -0800 Subject: [PATCH] fix image path + can we plz have the docs link higher up!? (#1190) > [!IMPORTANT] > Fixes image path and moves documentation link higher in `README.md`. > > - **Image Path**: > - Corrects image path from `docs/assets/bfcl-baml-latest.png` to `docs/old/assets/bfcl-baml-latest.png` in `README.md`. > - **Documentation Link**: > - Moves the documentation link to a higher position in `README.md` for better visibility. > > This description was created by [Ellipsis](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral) for d1caea811101d773eef22edb7637cc61e56627fd. It will automatically update as commits are pushed. Co-authored-by: hellovai --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e779ccf1..252b7443f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ BAML LLM functions plug into python, TS, and other languages, which makes it eas BAML outperforms all other current methods of obtaining structured data, even when using it with GPT3.5. It also outperforms models fine-tuned for tool-use using the [Berkeley Function Calling Benchmark](https://gorilla.cs.berkeley.edu/leaderboard.html). See our [interactive results](https://www.boundaryml.com/blog/sota-function-calling?q=0). [Read more on our Schema-Aligned Parser](https://www.boundaryml.com/blog/schema-aligned-parsing). -Boundary Studio +Boundary Studio +## Documentation - [docs.boundaryml.com](https://docs.boundaryml.com) ## Try it out in the playground -- [PromptFiddle.com](https://promptfiddle.com) Share your creations and ask questions in our [Discord](https://discord.gg/BTNBeXGuaS).