Skip to content

Commit 757006f

Browse files
committed
ci: release
1 parent 742abca commit 757006f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Python Package
33
on:
44
push:
55
branches:
6-
- main
6+
- release
77

88
jobs:
99
tag-and-publish:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ChatWithSQL
22

33
**ChatWithSQL** is a Python library that bridges the gap between natural language queries and SQL databases. Designed for reliability, security, and performance, ChatWithSQL allows developers to leverage advanced Language Learning Models (LLMs) like OpenAI, Gemini, and more to retrieve database data using simple, intuitive natural language prompts.
4+
45
![Banner.png](docs_src%2Fimages%2FBanner.png)
56

67
## 🎯 Why ChatWithSQL?

0 commit comments

Comments
 (0)