bstraehle commited on
Commit
52d9836
1 Parent(s): 90397f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -34,8 +34,7 @@ def invoke(prompt):
34
  "temperature": config["temperature"],
35
  "top_k": config["top_k"],
36
  "top_p": config["top_p"],
37
- "stop_sequences": ["Human: "]
38
- })
39
  modelId = config["model"]
40
  accept = "application/json"
41
  contentType = "application/json"
 
34
  "temperature": config["temperature"],
35
  "top_k": config["top_k"],
36
  "top_p": config["top_p"],
37
+ "stop_sequences": ["Human: "]})
 
38
  modelId = config["model"]
39
  accept = "application/json"
40
  contentType = "application/json"