Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -334,15 +334,43 @@ additional_inputs=[
|
|
334 |
|
335 |
]
|
336 |
|
337 |
-
examples=[
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
346 |
|
347 |
'''
|
348 |
gr.ChatInterface(
|
|
|
334 |
|
335 |
]
|
336 |
|
337 |
+
examples = [
|
338 |
+
["Help me set up TypeScript configurations and integrate ts-loader in my existing React project.",
|
339 |
+
"Update Webpack Configurations",
|
340 |
+
"Install Dependencies",
|
341 |
+
"Configure Ts-Loader",
|
342 |
+
"TypeChecking Rules Setup",
|
343 |
+
"React Specific Settings",
|
344 |
+
"Compilation Options",
|
345 |
+
"Test Runner Configuration"],
|
346 |
+
|
347 |
+
["Guide me through building a serverless microservice using AWS Lambda and API Gateway, connecting to DynamoDB for storage.",
|
348 |
+
"Set Up AWS Account",
|
349 |
+
"Create Lambda Function",
|
350 |
+
"APIGateway Integration",
|
351 |
+
"Define DynamoDB Table Scheme",
|
352 |
+
"Connect Service To DB",
|
353 |
+
"Add Authentication Layers",
|
354 |
+
"Monitor Metrics and Set Alarms"],
|
355 |
+
|
356 |
+
["Migrate our current monolithic PHP application towards containerized services using Docker and Kubernetes for scalability.",
|
357 |
+
"Architectural Restructuring Plan",
|
358 |
+
"Containerisation Process With Docker",
|
359 |
+
"Service Orchestration With Kubernetes",
|
360 |
+
"Load Balancing Strategies",
|
361 |
+
"Persistent Storage Solutions",
|
362 |
+
"Network Policies Enforcement",
|
363 |
+
"Continuous Integration / Continuous Delivery"],
|
364 |
+
|
365 |
+
["Provide guidance on integrating WebAssembly modules compiled from C++ source files into an ongoing web project.",
|
366 |
+
"Toolchain Selection (Emscripten vs. LLVM)",
|
367 |
+
"Setting Up Compiler Environment",
|
368 |
+
".cpp Source Preparation",
|
369 |
+
"Module Building Approach",
|
370 |
+
"Memory Management Considerations",
|
371 |
+
"Performance Tradeoffs",
|
372 |
+
"Seamless Web Assembly Embedding"]
|
373 |
+
]
|
374 |
|
375 |
'''
|
376 |
gr.ChatInterface(
|