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

Display information about the selected LLM #86

Open
jpfox opened this issue Nov 22, 2024 · 0 comments
Open

Display information about the selected LLM #86

jpfox opened this issue Nov 22, 2024 · 0 comments

Comments

@jpfox
Copy link

jpfox commented Nov 22, 2024

Hi, and thanks for this wonderful work !
When you have choice among many LLMs, it is often difficult to choose the right one for your request. It would be cool if we could get some information about the selected LLM (tooltip on a (i) icon beside the LLM dropdown list) and/or a modal/page displaying LLMs details in a table (when clicking on this (i) icon)
Information from "ollama show" command or "/api/show" call, would fit this need, adding the size of the LLM

For example :

  • architecture : llama
  • parameters : 8.0B
  • context length : 8192
  • embedding length : 4096
  • quantization : Q4_0
  • size : 4.7 GB
  • License : META LLAMA 3 COMMUNITY LICENSE AGREEMENT

Regards,
jpfox

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