1
0
mirror of https://github.com/imartinez/privateGPT.git synced 2025-05-10 01:15:50 +00:00
privateGPT/tests
Javier Martinez 8119842ae6
feat(recipe): add our first recipe Summarize ()
* feat: add summary recipe

* test: add summary tests

* docs: move all recipes docs

* docs: add recipes and summarize doc

* docs: update openapi reference

* refactor: split method in two method (summary)

* feat: add initial summarize ui

* feat: add mode explanation

* fix: mypy

* feat: allow to configure async property in summarize

* refactor: move modes to enum and update mode explanations

* docs: fix url

* docs: remove list-llm pages

* docs: remove double header

* fix: summary description
2024-07-31 16:53:27 +02:00
..
fixtures feat(API): Ingest plain text () 2023-12-18 21:47:05 +01:00
server feat(recipe): add our first recipe Summarize () 2024-07-31 16:53:27 +02:00
settings fix: Remove global state () 2023-11-12 22:20:36 +01:00
ui fix: Remove global state () 2023-11-12 22:20:36 +01:00
__init__.py Next version of PrivateGPT () 2023-10-19 16:04:35 +02:00
conftest.py Next version of PrivateGPT () 2023-10-19 16:04:35 +02:00
test_prompt_helper.py feat: make llama3.1 as default () 2024-07-31 14:35:36 +02:00