You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple tool that extracts information from an SQLite source using human language queries. The stack uses a NextJs frontend and a Django (API) for users management and OpenAI interface.
3
+
Simple tool that extracts information from an SQLite source using human language queries. The stack uses a `NextJs` frontend and a `Django` (API) for users management and OpenAI interface.
4
4
5
5
<br />
6
6
@@ -15,10 +15,10 @@ $ cd priv-ai-processor
15
15
16
16
> **Django** Backend
17
17
18
-
Edit `backend-Django/.env` and add you own `OpenAI API KEY`.
18
+
Edit `backend/.env` and add you own `OpenAI API KEY`.
19
19
20
20
```bash
21
-
$ cd backend-Django# change DIR to the backend code
21
+
$ cd backend# change DIR to the backend code
22
22
$ virtualenv env # create a new virtual environment
0 commit comments