Use streaming HTTP API calls #8
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
security-related
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChaoticByte/Eucalyptus-Chat#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows to display chunks/tokens as soon as they are generated, instead of waiting for the whole output.
After a semi-working implementation, I noticed that using HTTP Streams results in degraded performance (answers will take longer because an increased
load time
(llama timings).