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

feat: improve cache system to collect the last output #497

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

yrobla
Copy link
Contributor

@yrobla yrobla commented Jan 7, 2025

Due to the cache system, we were collecting only the initial output of fim, that was including incomplete output. Add an update method to the cache, so we can collect all the output that comes from fim, associated to the same request

Closes: #472

@yrobla yrobla requested review from aponcedeleonch and peppescg and removed request for aponcedeleonch January 7, 2025 09:34
@yrobla yrobla force-pushed the issue-472-v2 branch 2 times, most recently from 6e1a31f to ae24a59 Compare January 7, 2025 09:43
Due to the cache system, we were collecting only the initial
output of fim, that was including incomplete output. Add an update
method to the cache, so we can collect all the output that comes
from fim, associated to the same request

Closes: #472
@yrobla yrobla merged commit 348e36a into main Jan 7, 2025
3 checks passed
@yrobla yrobla deleted the issue-472-v2 branch January 7, 2025 11:12
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

Successfully merging this pull request may close these issues.

Some sort of system text getting captured
2 participants