Compare commits

..

No commits in common. "b2d66c2937517aafe8da6f9ba148a9d4bb16efac" and "2436a59ed3f8a570f6e8f54687d36debde542ea8" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!./.venv/bin/python
#!/bin/python3
# Chat with an intelligent assistant in your terminal
from ollama import Client
import re

View file

@ -1,3 +0,0 @@
ollama==0.4.7
pygments==2.19.1
pyperclip==1.9.0