Change default python interpreter to local venv

This commit is contained in:
Hayden Johnson 2025-03-16 12:10:07 -07:00
parent 2436a59ed3
commit e7446b1593

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