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: README.md
+84-48Lines changed: 84 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,37 @@ Oracle JET(Preact) allows you to craft pixel-perfect UIs which are fast, lightwe
10
10
11
11
Oracle's Generative AI service allows developers to unlock a better user experience for chat systems, question-and-answer solutions, and much more. This project provides a front end to that service so you can experiment and get a sense of the immense power of Oracle Generative AI. This is an excellent starting point on your AI journey, and experienced developers will be able to quickly port their LLMs to leverage this powerful service.
12
12
13
-

13
+
Check out [demo here](https://youtu.be/hpRoQ93YeaQ)
14
14
15
-
Check [demo here](https://youtu.be/hpRoQ93YeaQ)
15
+

16
16
17
17
## Getting Started
18
18
19
-
### 0. Set up
19
+
### 0. Prerequisites and setup
20
+
21
+
- Oracle Cloud Infrastructure (OCI) Account
22
+
- Oracle Cloud Infrastructure (OCI) Generative AI Service - [Getting Started with Generative AI](https://docs.oracle.com/en-us/iaas/Content/generative-ai/getting-started.htm)
After completion, you should have the following 2 things in your `~/.oci directory `
28
-
29
-
a. A config file(where key file point to private key:key_file=`~/.oci/oci_api_key.pem`)
30
-
b. A key pair named `oci_api_key.pem` and `oci_api_key_public.pem`
31
-
Now make sure you change the reference of the key file in the config file (where the key file points to private key:key_file=/YOUR_DIR_TO_KEY_FILE/oci_api_key.pem)
34
+
After completion, you should have the following 2 things in your `~/.oci directory`
32
35
36
+
- A config file(where key file point to private key:key_file=`~/.oci/oci_api_key.pem`)
37
+
- A key pair named `oci_api_key.pem` and `oci_api_key_public.pem`
38
+
- Now make sure you change the reference of the key file in the config file
33
39
- Append OCI Generative-AI service compartment and endpoint URL
34
-
`vim service/python/server.py`
40
+
41
+
```console
42
+
vim service/python/server.py
43
+
```
35
44
36
45
```Python
37
46
#TODO: Update this section with your tenancy details
Additional Use Cases like summarization and embedding coming soon.
@@ -165,13 +199,15 @@ To change output parameters edit server.py
165
199
-[AI for Developers](https://developer.oracle.com/technologies/ai.html)
166
200
167
201
## Contributing
202
+
168
203
This project is open source. Please submit your contributions by forking this repository and submitting a pull request! Oracle appreciates any contributions that are made by the open-source community.
169
204
170
205
## License
206
+
171
207
Copyright (c) 2024 Oracle and/or its affiliates.
172
208
173
209
Licensed under the Universal Permissive License (UPL), Version 1.0.
174
210
175
211
See [LICENSE](LICENSE) for more details.
176
212
177
-
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.
213
+
ORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK.
0 commit comments