Spaces:
Sleeping
Sleeping
Create prompts.json
Browse files- prompts.json +12 -0
prompts.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
"Hi!",
|
3 |
+
"Explain the concept of recursion.",
|
4 |
+
"Write a Python function to calculate factorial.",
|
5 |
+
"How can I debug a segmentation fault in C?",
|
6 |
+
"What is the difference between AI and ML?",
|
7 |
+
"Summarize the concept of OOP.",
|
8 |
+
"Give me a fun programming challenge.",
|
9 |
+
"What is a buffer overflow?",
|
10 |
+
"Explain HTTPS in simple terms.",
|
11 |
+
"What’s the use of decorators in Python?"
|
12 |
+
]
|