This commit is contained in:
Rishabh Srivastava 2024-02-08 21:54:39 +08:00
commit d770dce579
1 changed files with 1 additions and 1 deletions

View File

@ -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.