Skip to content

Commit 0cd4ffe

Browse files
add gif
1 parent f9b3d0d commit 0cd4ffe

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ streamlit run app.py
5656

5757

5858
## How to use
59-
![My test image](assets/postgres_db.png)
59+
![My test image](assets/img1.gif)
6060
### Notes
6161

6262
- Questions will not be limited to one table, so it should be done to ask from database

app.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
load_dotenv()
1010

1111
os.environ["GOOGLE_API_KEY"]=os.getenv("GOOGLE_API_KEY")
12-
groq_api_key=os.getenv('GROQ_API_KEY')
1312

1413
async def get_answer_by_sql_query(db,input):
1514
llm = ChatGoogleGenerativeAI(model="gemini-1.5-pro-latest",temperature=0)

assets/img1.gif

519 KB
Loading

assets/postgres_db.png

-223 KB
Binary file not shown.

0 commit comments

Comments
 (0)