Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/maintests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- 'requirements.txt'
- 'requirements.dev.txt'
- 'requirements.docs.txt'
- 'uv.lock'
jobs:
build:
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- 'requirements.txt'
- 'requirements.dev.txt'
- 'requirements.docs.txt'
- 'uv.lock'
jobs:
build:
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ horde_sdk is in **beta**. Everything is subject to change. Please feel free to r

## About

This library simplifies interfacing with any API created by [Haidra](https://github.com/Haidra-Org) - the community organization
This library simplifies interfacing with any API created by [Haidra](https://haidra.net/) - the community organization
behind the free projects such as AI-Horde ([homepage](https://aihorde.net/), [github](https://github.com/db0/AI-Horde)).
The goal is to minimize the amount of time it takes to develop applications in python that use our free, volunteer driven, services which include:

Expand Down
Loading
Loading