Realise processing of HTML and improve both HTML & PDF processing giving new tenant information.

This commit is contained in:
Josako
2024-05-13 17:18:38 +02:00
parent adee283d7a
commit 6c2e99f467
4 changed files with 253 additions and 111 deletions

View File

@@ -59,6 +59,9 @@ class Config(object):
GPT4_SUMMARY_TEMPLATE = """Write a concise summary of the text in the same language as the provided text.
Text is delimited between triple backquotes.
```{text}```"""
GPT3_5_SUMMARY_TEMPLATE = """Write a concise summary of the text in the same language as the provided text.
Text is delimited between triple backquotes.
```{text}```"""
class DevConfig(Config):