Compare commits
No commits in common. "b2d66c2937517aafe8da6f9ba148a9d4bb16efac" and "2436a59ed3f8a570f6e8f54687d36debde542ea8" have entirely different histories.
b2d66c2937
...
2436a59ed3
|
|
@ -1,4 +1,4 @@
|
||||||
#!./.venv/bin/python
|
#!/bin/python3
|
||||||
# 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
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
ollama==0.4.7
|
|
||||||
pygments==2.19.1
|
|
||||||
pyperclip==1.9.0
|
|
||||||
Loading…
Reference in a new issue