Skip to content

Commit 682a0d7

Browse files
committed
Update README.md
1 parent 758f283 commit 682a0d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ Check out [demo here](https://youtu.be/hpRoQ93YeaQ)
1616

1717
## Getting Started
1818

19-
### Prerequisites
19+
### 0. Prerequisites and setup
2020

2121
- OCI Account
2222
- OCI Generative AI Service - [Getting Started with Generative AI](https://docs.oracle.com/en-us/iaas/Content/generative-ai/getting-started.htm)
2323
- OCI Generative AI Service SDK - [Oracle Cloud Infrastructure Python SDK](https://pypi.org/project/oci/)
2424
- Node v16 - [Node homepage](https://nodejs.org/en)
2525
- Oracle JET v15 - [Oracle JET Homepage](https://www.oracle.com/webfolder/technetwork/jet/index.html)
2626

27-
### 0. Set up
28-
2927
Follow the links below to generate a config file and a key pair in your ~/.oci directory
3028

3129
- [SDK config](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm)
@@ -68,7 +66,9 @@ generative_ai_inference_client = (
6866
vim app/web/components/content/index.tsx
6967
```
7068

71-
`const gateway = ws://${window.location.hostname}:1234;`
69+
```preact
70+
const gateway = ws://${window.location.hostname}:1234;
71+
```
7272

7373
- Update default port in Python websocket server:
7474

0 commit comments

Comments
 (0)