mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 08:17:03 +00:00
5 lines
70 B
Python
5 lines
70 B
Python
from ollama.cmd import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli.main()
|