yxmauw commited on
Commit
781d61e
1 Parent(s): 9dddbaf

Update load_llms.py

Browse files
Files changed (1) hide show
  1. load_llms.py +1 -0
load_llms.py CHANGED
@@ -1,6 +1,7 @@
1
  from gpt4all import GPT4All
2
  from urllib.request import urlopen
3
  import json
 
4
 
5
 
6
  # populate all models available from GPT4All
 
1
  from gpt4all import GPT4All
2
  from urllib.request import urlopen
3
  import json
4
+ import re
5
 
6
 
7
  # populate all models available from GPT4All