Skip to content

Commit

Permalink
Update llama_cpp_chatbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhrankan-Chakrabarti authored Jul 31, 2024
1 parent 5ba09bf commit 26e49a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_cpp_chatbot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from console_explorer import *

file = browse_for_file(extensions_list=('gguf',))
model = file.split(sep)
model = file.split(sep)[-1]

import ollama

Expand Down

0 comments on commit 26e49a2

Please sign in to comment.