Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in Prompt Pagination #7

Open
gatuno1 opened this issue Jan 20, 2025 · 0 comments
Open

Issue in Prompt Pagination #7

gatuno1 opened this issue Jan 20, 2025 · 0 comments

Comments

@gatuno1
Copy link

gatuno1 commented Jan 20, 2025

When using the scraping functionality with pagination, errors occurred in the response of the LLM.

When analyzing the problem, I understood that it was because the string 'PROMPT_PAGINATION' was being concatenated several times, which the llm did not always understand, especially if it used a local model with fewer parameters than for example ChatGPT O4. This is fixed in "Bugfix: duplicated text in pagination prompt".

So And I forked the repository hoping to fix this, and ended up doing a revision of all the files linting with autopep8, adding files like .gitignore, changes.md, .vscode/launch.json or improvements In file readme-md. I also made small modifications to the pagination and escaper prompts, to make them clearer for the LLM.

So, this is contained in the pull request #6, shared for your revision. 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant