Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,40 +28,11 @@ It parses natural language and generates code in response.
|
|
28 |
It is used to power GitHub Copilot, a programming autocompletion
|
29 |
tool developed for Code generation.
|
30 |
|
31 |
-
Try following prompts
|
|
|
|
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
Use transformers pipeline to create Question Answering System
|
36 |
-
|
37 |
-
"""
|
38 |
-
|
39 |
-
2)"""
|
40 |
-
|
41 |
-
Python program that sends an email to [email protected] saying "Hello, We are live now" from [email protected].
|
42 |
-
|
43 |
-
"""
|
44 |
-
|
45 |
-
3)"""
|
46 |
-
|
47 |
-
Write a program to scrap yahoo.com homepage using beautifulsoup
|
48 |
-
|
49 |
-
"""
|
50 |
-
|
51 |
-
4)"""
|
52 |
-
|
53 |
-
Use Spacy large model for Named Entity Recognition
|
54 |
-
|
55 |
-
"""
|
56 |
-
|
57 |
-
5)<!-- Create a registration web page using Bootstrap -->
|
58 |
-
<!DOCTYPE html>
|
59 |
-
|
60 |
-
6)"""
|
61 |
-
|
62 |
-
Write a program to scrap yahoo.com homepage using selenium and beautifulsoup
|
63 |
-
|
64 |
-
"""
|
65 |
'''
|
66 |
|
67 |
|
|
|
28 |
It is used to power GitHub Copilot, a programming autocompletion
|
29 |
tool developed for Code generation.
|
30 |
|
31 |
+
Try following prompts and tweak temperatures in following links -
|
32 |
+
https://www.pragnakalp.com/experimenting-with-openai-codex/
|
33 |
+
https://betterprogramming.pub/i-beta-tested-openais-codex-and-the-results-are-spooky-good-e282a1874c79
|
34 |
|
35 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
'''
|
37 |
|
38 |
|