Skip to content

Commit 1ed56e8

Browse files
authored
Update README.md
Updated
1 parent ff67c73 commit 1ed56e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The AutoGuided Onboarding webApp (AGO) combines Azure OpenAI capabilities with s
2323

2424
```
2525
AGObot/
26-
├── frontend/ AGOchatbot # WebApp interface (Mockup)
26+
├── frontend/ AGOchatbot # WebApp interface (Mockup)
2727
│ ├── pages/
2828
│ │ ├── index.html # Mockup design
2929
│ │ └── setup.md # Setup instructions
@@ -39,8 +39,9 @@ AGObot/
3939
│ ├── ago.py # Main application: Calc energybill.json & recommend
4040
│ ├── vtracker.py # Create graphs and charts from impactchart.json
4141
│ └── data_models/ # GPT 4.0
42-
├── docs/ README.md # Documentation
43-
└── tests/ Google colab # App validation and scripts fixing & degbugging
42+
├── docs/ README.md # Documentation
43+
└── tests/ app.py #Azure web services
44+
└── integrations.js/ # Python data Integration
4445
```
4546

4647
---

0 commit comments

Comments
 (0)