File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The AutoGuided Onboarding webApp (AGO) combines Azure OpenAI capabilities with s
2323
2424```
2525AGObot/
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---
You can’t perform that action at this time.
0 commit comments