You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
Regards,
jpfox
The text was updated successfully, but these errors were encountered: