No model information retrieval
I have faced an issue where I needed to test multiple models and change the desired num_ctx params and other options as well based on the model I'm currently using.
While ollama.show() provides a good output for this, I want these parameters to be retrieved as values without me having to manually change options during ollama.chat() .
Something like modelinfo.py or another tool that would provide methods for various parameter retrieval (i.e. context length, quantization, embedding length, etc.).
If this is something you would like to see, I want to implement it myself and create a PR!
Would you say that #500 is related to this? I believe you are both asking for model's default parameters to be shown?