Spaces:
Sleeping
Sleeping
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 |
|