ashwinR commited on
Commit
23760ed
1 Parent(s): fe57737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from langchain.llms import GPT4All
4
  import gpt4all
5
 
6
 
7
- PATH = 'ggml-mpt-7b-instruct.bin'
8
 
9
  #llm = GPT4All(model="./ggml-mpt-7b-instruct.bin", top_p=0.15, temp=0.5, repeat_penalty=1.1)
10
 
 
4
  import gpt4all
5
 
6
 
7
+ PATH = 'ashwinR/GPT4ALL_CS_ED/ggml-mpt-7b-instruct.bin'
8
 
9
  #llm = GPT4All(model="./ggml-mpt-7b-instruct.bin", top_p=0.15, temp=0.5, repeat_penalty=1.1)
10