mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 12:15:22 +00:00
4 lines
70 B
Python
4 lines
70 B
Python
from ollama.cmd.cli import main
|
|
if __name__ == '__main__':
|
|
main()
|