thedamn commited on
Commit
0e873b9
·
1 Parent(s): 5daa7e7

docker tryyyy commit

Browse files
Files changed (1) hide show
  1. resource.py +2 -2
resource.py CHANGED
@@ -21,12 +21,12 @@ score Rank Risk
21
 
22
  based on the score and rank you have to return only one most complex repo from report
23
 
24
- Report: {report}
25
 
26
  Answer:"""
27
 
28
 
29
- prompt = PromptTemplate(template=template, input_variables=["report"])
30
 
31
  #hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir="/code")
32
  local_path= os.getcwd() + "/ggml-gpt4all-j-v1.3-groovy.bin"
 
21
 
22
  based on the score and rank you have to return only one most complex repo from report
23
 
24
+ Report: {question}
25
 
26
  Answer:"""
27
 
28
 
29
+ prompt = PromptTemplate(template=template, input_variables=["question"])
30
 
31
  #hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir="/code")
32
  local_path= os.getcwd() + "/ggml-gpt4all-j-v1.3-groovy.bin"