Compare commits

..

2 commits

2 changed files with 4 additions and 1 deletions

View file

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

3
requirements.txt Normal file
View file

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