tosin2013 commited on
Commit
1c03e6c
·
verified ·
1 Parent(s): 4078f76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ from huggingface_hub import InferenceClient
17
  # Sample questions:
18
 
19
  1. **What are the key features of AutoGen v0.4 that I should utilize when converting user requests into agent code?**
20
- 2. **How can I leverage asynchronous messaging in AutoGen v0.4 to enhance my agent's performance?**
21
  3. **What are best practices for writing modular and extensible agent code using AutoGen v0.4?**
22
  4. **Can you convert this user request into AutoGen v0.4 agent code: "Create an agent that classifies customer feedback into positive, negative, or neutral sentiments."**
23
 
 
17
  # Sample questions:
18
 
19
  1. **What are the key features of AutoGen v0.4 that I should utilize when converting user requests into agent code?**
20
+ 2. **How can I leverage asynchronous messaging in AutoGen v0.4 to enhance my agents performance?**
21
  3. **What are best practices for writing modular and extensible agent code using AutoGen v0.4?**
22
  4. **Can you convert this user request into AutoGen v0.4 agent code: "Create an agent that classifies customer feedback into positive, negative, or neutral sentiments."**
23