Xhaheen commited on
Commit
e349be7
1 Parent(s): d060cb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -33
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 with """ included
 
 
32
 
33
- 1)"""
34
-
35
- Use transformers pipeline to create Question Answering System
36
-
37
- """
38
-
39
- 2)"""
40
-
41
- Python program that sends an email to hello@gmail.com saying "Hello, We are live now" from prvdfds@gmail.com.
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