Skip to content

Commit

Permalink
Merge pull request #58 from LlmKira/dev
Browse files Browse the repository at this point in the history
3.12 Support
  • Loading branch information
sudoskys authored Apr 13, 2024
2 parents 964c42e + cfbd42a commit 4764d58
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 269 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11']
os: [ ubuntu-latest ] # , windows-latest, macos-latest
python-version: [ '3.9', '3.10', '3.11','3.12' ]
os: [ ubuntu-latest ] #, windows-latest, macos-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

The goal of this repository is to use Pydantic to build legitimate requests to access the NovelAI API service.

> Python >= 3.9 is required.
### Roadmap 🚧

- [x] tool.random_prompt
Expand Down
Loading

0 comments on commit 4764d58

Please sign in to comment.