Skip to content

Commit

Permalink
Update for DuckDB 1.0 and gpt-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Jun 5, 2024
1 parent 765d5ca commit b546149
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.python }}
name: "${{ matrix.os }}-${{ matrix.python }}"
path: ./dist


Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This program gives an LLM access to your local and network accessible files and

```bash
$ EXPORT OPENAI_API_KEY=sk-...
$ EXPORT QABOT_MODEL_NAME=gpt-4
$ EXPORT QABOT_MODEL_NAME=gpt-4o
$ qabot -w -q "How many Hospitals are there located in Beijing"
Query: How many Hospitals are there located in Beijing
There are 39 hospitals located in Beijing.
Expand Down Expand Up @@ -194,7 +194,6 @@ Result:
## Ideas
- optionally pass in a context file to pass directly to the LLM
- streaming mode to output results as they come in
- token limits and better reporting of costs
- Supervisor agent - assess whether a query is "safe" to run, could ask for user confirmation to run anything that gets flagged.
Expand Down
Loading

0 comments on commit b546149

Please sign in to comment.