We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15ab3bd + 0cd4ffe commit 14d8347Copy full SHA for 14d8347
README.md
@@ -56,7 +56,7 @@ streamlit run app.py
56
57
58
## How to use
59
-
+
60
### Notes
61
62
- Questions will not be limited to one table, so it should be done to ask from database
app.py
@@ -9,7 +9,6 @@
9
load_dotenv()
10
11
os.environ["GOOGLE_API_KEY"]=os.getenv("GOOGLE_API_KEY")
12
-groq_api_key=os.getenv('GROQ_API_KEY')
13
14
async def get_answer_by_sql_query(db,input):
15
llm = ChatGoogleGenerativeAI(model="gemini-1.5-pro-latest",temperature=0)
assets/img1.gif
519 KB
assets/postgres_db.png
-223 KB
0 commit comments