https://github.com/goodluckh/brokeaf
Preview the costs before making GPT calls.
https://github.com/goodluckh/brokeaf
Last synced: 3 days ago
JSON representation
Preview the costs before making GPT calls.
- Host: GitHub
- URL: https://github.com/goodluckh/brokeaf
- Owner: GoodluckH
- Created: 2023-02-17T18:22:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T20:39:55.000Z (over 3 years ago)
- Last Synced: 2025-10-28T07:31:37.641Z (8 months ago)
- Language: Python
- Homepage: https://borkeaf.stramlit.app
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svc_query
Handles user queries and db operations.
## Usage
Make sure you have virtual env set up and running.
```
pip install -r requirements.txt
```
To run the server:
```
make start
```