From cab5de3b98253d763ccb0e5b1eeb63dcb0036943 Mon Sep 17 00:00:00 2001 From: Rishabh Srivastava Date: Thu, 8 Feb 2024 04:17:03 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b53946..c2272b8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ SQLCoder has not been tested on other platforms yet. Contributions for testing o In your terminal, run `sqlcoder launch` -With this, you will be able to add your metadata and query your data visually. +With this, you will be able to connect straight to your database, so you can add your metadata and query it visually. ## License The code in this repo (what little there is of it) is Apache-2 licensed. The model weights have a `CC BY-SA 4.0` license. The TL;DR is that you can use and modify the model for any purpose – including commercial use. However, if you modify the weights (for example, by fine-tuning), you must open-source your modified weights under the same license terms.