4 lines
70 B
Python
4 lines
70 B
Python
from ollama.cmd import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli.main()
|