JRinaldi
Results
1
comments of
JRinaldi
Hello, Please consider my pull request to add capabilities in show api https://github.com/ollama/ollama-python/pull/511 here is the sample python code ``` python from ollama import ShowResponse, show model_details: ShowResponse = show("gemma3")...