acecalisto3 commited on
Commit
2ddd716
·
verified ·
1 Parent(s): d94c252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +37 -9
app.py CHANGED
@@ -334,15 +334,43 @@ additional_inputs=[
334
 
335
  ]
336
 
337
- examples=[["What are the biggest news stories today?", None, None, None, None, None, ],
338
- ["When is the next full moon?", None, None, None, None, None, ],
339
- ["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
340
- ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
341
- ["I'm trying to learn French. Can you provide some common phrases that would be useful for a beginner, along with their pronunciations?", None, None, None, None, None,],
342
- ["I have chicken, rice, and bell peppers in my kitchen. Can you suggest an easy recipe I can make with these ingredients?", None, None, None, None, None,],
343
- ["Can you explain how the QuickSort algorithm works and provide a Python implementation?", None, None, None, None, None,],
344
- ["What are some unique features of Rust that make it stand out compared to other systems programming languages like C++?", None, None, None, None, None,],
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(