From b267c00b3bfb53bd6dfa07dfe5db6e8fc1871d07 Mon Sep 17 00:00:00 2001 From: winnie <91998347+gwenwindflower@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:25:50 -0500 Subject: [PATCH] docs(README): Update feature list to indicate multi-LLM support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2ef64..ad78afa 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ _**Disclaimer**: This project is not affiliated with dbt Labs in any way. It is - generates dbt sources and staging models from your raw schemas' metadata - scaffolds out a complete dbt project (_optional_) - saves connection details as dbt profiles for future use (_optional_) -- uses Groq to infer documentation and tests for your sources (_optional_) +- uses LLMs to infer documentation and tests for your sources (_optional_) It's designed to be super fast and easy to use with a friendly TUI that fast forwards you to writing meaningful dbt models as quickly as possible.