You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Sample-Genai.md
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
!!! pied-piper ":bulb: TL;DR - GenAI leverages AI and Microservice Automation for project creation"
2
2
3
-
To create projects, the system (either the WebGenAI web app, or API Logic Server CLI) performs the following:
3
+
To create projects(either the WebGenAI web app, or API Logic Server CLI), the system performs the following:
4
4
5
5
1. Uses ChatGPT APIs to submit prompts and obtain data model class responses
6
6
7
7
2. It then uses these to create a database and project
8
8
9
9
This document presumes you have already created the project, and are using VSCode or GitHub to explore it. It illustrates how to run and customize the genai_demo project.
10
10
11
-
> Note: if you have *not* already created the project, proceed to the Appendix ("Creating GenAI Demo").
11
+
> Note: if you have *not* already created the project, see the Appendix ("Creating GenAI Demo").
12
12
13
13
14
14
15
15
16
16
## Setup Codespaces
17
17
18
-
Codespaces enables you to run in the cloud: VSCode via your Browser, courtesy Codespaces. You can use codespaces on your GenAI project:
18
+
Codespaces enables you to run in the cloud: VSCode via your Browser, courtesy GitHub. You can use codespaces on your GenAI project:
19
19
20
20
1. Open your project on GitHub
21
21
@@ -90,7 +90,7 @@ Explore rules and Python customization below.
90
90
91
91
### Logic Automation
92
92
93
-
The project creation provided natural language logic. This is translated (not into lots of code, but) rules expressed in Python. To explore rules created from your prompt:
93
+
The project creation provided natural language logic. This is translated into ***rules*** (vs. lots of code) expressed in Python. To explore rules created from your prompt:
94
94
95
95
1. Open `logic/declare_logic.py`
96
96
@@ -104,14 +104,22 @@ The project creation provided natural language logic. This is translated (not i
104
104
105
105
### Standard Python, Libraries
106
106
107
-
To save time, issue the follow command to simulate changes you might make in your IDE, e.g., to create a new custom endpoint, and send a Kafka message.
107
+
To save time, issue the follow command to simulate changes you might make in your IDE, e.g., to create a new custom endpoint, and send a Kafka message.
0 commit comments