Skip to content

Commit

Permalink
Add 3.8 to matrix, fix type bug (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamelafox authored Jul 26, 2023
1 parent 2b77744 commit ae062da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
python_version: ["3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Setup python
Expand Down
2 changes: 2 additions & 0 deletions app/backend/core/modelhelper.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import tiktoken

MODELS_2_TOKEN_LIMITS = {
Expand Down

0 comments on commit ae062da

Please sign in to comment.