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