MrOvkill commited on
Commit
9e88516
·
verified ·
1 Parent(s): 372b864

Update gemma_tools.py

Browse files
Files changed (1) hide show
  1. gemma_tools.py +1 -0
gemma_tools.py CHANGED
@@ -30,6 +30,7 @@ def get_args_or_none(data):
30
  }
31
  return {
32
  0: True,
 
33
  "system_prompt": system_prompt,
34
  "temperature": temperature,
35
  "top_p": top_p,
 
30
  }
31
  return {
32
  0: True,
33
+ "inputs": inputs,
34
  "system_prompt": system_prompt,
35
  "temperature": temperature,
36
  "top_p": top_p,