Skip to content

Commit

Permalink
🐋 Add deepseek note
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Feb 5, 2025
1 parent 4c90dcb commit 5609ba3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ category.
SELECT Pclass, Sex, COUNT(*) AS PassengerCount FROM titanic GROUP BY Pclass, Sex ORDER BY Pclass, Sex;
```

## LLM Providers

qabot works with any OpenAI compatible api including deepseek. Simple set the base URL:
```
export OPENAI_BASE_URL=https://api.deepseek.com
```

## Python Usage

```python
Expand Down

0 comments on commit 5609ba3

Please sign in to comment.