Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,10 @@ if search_btn:
|
|
29 |
prompt1 = prompt + ". Give short answer to this question"
|
30 |
prompt2 = prompt + ". Give short funny answer to this question"
|
31 |
prompt3 = prompt + ". Give short documental answer to this question"
|
32 |
-
|
|
|
|
|
|
|
33 |
result1 = Client.create_completion("gpt3", prompt1)
|
34 |
result2 = Client.create_completion("gpt3", prompt2)
|
35 |
result3 = Client.create_completion("gpt3", prompt3)
|
|
|
29 |
prompt1 = prompt + ". Give short answer to this question"
|
30 |
prompt2 = prompt + ". Give short funny answer to this question"
|
31 |
prompt3 = prompt + ". Give short documental answer to this question"
|
32 |
+
prompt4 = prompt + ". Give short natural language answer to this question"
|
33 |
+
prompt5 = prompt + ". Give short correct answer to this question"
|
34 |
+
prompt6 = prompt + ". Give short fast answer to this question"
|
35 |
+
|
36 |
result1 = Client.create_completion("gpt3", prompt1)
|
37 |
result2 = Client.create_completion("gpt3", prompt2)
|
38 |
result3 = Client.create_completion("gpt3", prompt3)
|