Skip to content

Commit

Permalink
Merge pull request #89 from PiotrIw/prompt_ext
Browse files Browse the repository at this point in the history
v1.5.08
  • Loading branch information
PiotrIw authored Jun 2, 2024
2 parents 967da79 + c0398c0 commit 3301944
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:

jobs:
build:
regenerate_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ on:
pull_request:

jobs:
django:
django_build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
python:
# - 3.6
- "3.10"
django:
# - "==2.2.*"
- "==4.2"
# strategy:
# matrix:
# python:
# # - 3.6
# - "3.12"
# django:
# # - "==2.2.*"
# - "==4.2"
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Show settings
run: make settings
- name: Show installed dependencies
run: pip list
run: docker-compose run web pip list
- name: Build test
run: make test
# - name: Send coverage report
Expand Down
2 changes: 1 addition & 1 deletion feder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PEP 396: The __version__ attribute's value SHOULD be a string.
__version__ = "1.5.07"
__version__ = "1.5.08"


# Compatibility to eg. django-rest-framework
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ django-rosetta==0.10.0
bleach==6.1.0
beautifulsoup4==4.12.3
html2text==2024.2.26
openpyxl==3.1.2
openpyxl==3.1.3

# LLM exvaluation
langchain==0.2.1
langchain-community==0.2.1
#langchain[llms]==0.1.5
openai==1.30.4
langchain-openai==0.1.7
openai==1.30.5
langchain-openai==0.1.8
tiktoken==0.7.0

0 comments on commit 3301944

Please sign in to comment.