debisoft commited on
Commit
319f0ff
·
1 Parent(s): acc2f64
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ def get_completion(prompt, model="dolly-v0-70m"):
24
  messages=messages,
25
  temperature=0, # this is the degree of randomness of the model's output
26
  )
27
-
28
  # Examples from https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html
29
  instructions = [prompt]
30
 
 
24
  messages=messages,
25
  temperature=0, # this is the degree of randomness of the model's output
26
  )
 
27
  # Examples from https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html
28
  instructions = [prompt]
29