Compare commits
2 commits
2436a59ed3
...
b2d66c2937
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2d66c2937 | ||
|
|
e7446b1593 |
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/python3
|
#!./.venv/bin/python
|
||||||
# Chat with an intelligent assistant in your terminal
|
# Chat with an intelligent assistant in your terminal
|
||||||
from ollama import Client
|
from ollama import Client
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
ollama==0.4.7
|
||||||
|
pygments==2.19.1
|
||||||
|
pyperclip==1.9.0
|
||||||
Loading…
Reference in a new issue