Skip to content

Comments

WIP: chat enhancements#215

Merged
tjbck merged 20 commits intomainfrom
share-chat
Dec 19, 2023
Merged

WIP: chat enhancements#215
tjbck merged 20 commits intomainfrom
share-chat

Conversation

@tjbck
Copy link
Contributor

@tjbck tjbck commented Dec 14, 2023

Resolves #188 #131 #141

  • Adds general enhancements to chat as well as chat share feature

TODO

  • Clipboard image paste support
  • Response Notification using browser Notification API

image

  • Notify user when the model has been downloaded via Notification API

image

  • Ollama version check
  • Reponse auto copy to clipboard
  • Share chat w/ OllamaHub

@tjbck tjbck changed the title feat: share chat WIP: share chat Dec 14, 2023
@tjbck tjbck changed the title WIP: share chat WIP: chat enhancements Dec 14, 2023
@tjbck tjbck linked an issue Dec 14, 2023 that may be closed by this pull request
@tjbck tjbck linked an issue Dec 15, 2023 that may be closed by this pull request
@tjbck tjbck merged commit 3c43737 into main Dec 19, 2023
@tjbck tjbck deleted the share-chat branch December 19, 2023 02:54
explorigin pushed a commit to explorigin/open-webui that referenced this pull request Feb 2, 2024
@cduk
Copy link

cduk commented May 3, 2025

Is it possible to add the timing info for LiteLLM, this data is given in the response JSON as follows:

"timings": {
        "prompt_n": 30,
        "prompt_ms": 151.387,
        "prompt_per_token_ms": 5.046233333333333,
        "prompt_per_second": 198.16761016467728,
        "predicted_n": 188,
        "predicted_ms": 1811.005,
        "predicted_per_token_ms": 9.633005319148937,
        "predicted_per_second": 103.80976308734652
    }

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.

feat: verbose output (show timings per response) feat: show download progress in notification? feat: ollama-webui answer notification

2 participants