File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,14 @@ Check out [demo here](https://youtu.be/hpRoQ93YeaQ)
16
16
17
17
## Getting Started
18
18
19
- ### Prerequisites
19
+ ### 0. Prerequisites and setup
20
20
21
21
- OCI Account
22
22
- OCI Generative AI Service - [ Getting Started with Generative AI] ( https://docs.oracle.com/en-us/iaas/Content/generative-ai/getting-started.htm )
23
23
- OCI Generative AI Service SDK - [ Oracle Cloud Infrastructure Python SDK] ( https://pypi.org/project/oci/ )
24
24
- Node v16 - [ Node homepage] ( https://nodejs.org/en )
25
25
- Oracle JET v15 - [ Oracle JET Homepage] ( https://www.oracle.com/webfolder/technetwork/jet/index.html )
26
26
27
- ### 0. Set up
28
-
29
27
Follow the links below to generate a config file and a key pair in your ~ /.oci directory
30
28
31
29
- [ SDK config] ( https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm )
@@ -68,7 +66,9 @@ generative_ai_inference_client = (
68
66
vim app/web/components/content/index.tsx
69
67
```
70
68
71
- ` const gateway = ws://${window.location.hostname}:1234; `
69
+ ``` preact
70
+ const gateway = ws://${window.location.hostname}:1234;
71
+ ```
72
72
73
73
- Update default port in Python websocket server:
74
74
You can’t perform that action at this time.
0 commit comments