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: CONTRIBUTING.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
*Detailed instructions on how to contribute to the project, if applicable. Must include section about Oracle Contributor Agreement with link and instructions*
2
-
3
1
# Contributing to this repository
4
2
5
3
We welcome your contributions! There are multiple ways to contribute.
*This repository acts as a template for all of Oracle’s GitHub repositories. It contains information about the guidelines for those repositories. All files and sections contained in this template are mandatory, and a GitHub app ensures alignment with these guidelines. To get started with a new repository, replace the italic paragraphs with the respective text for your project.*
*Describe your project's features, functionality and target audience*
6
+
OCI-OpenAI is a client library maintained by the Oracle Cloud Infrastructure (OCI) [Generative AI Service](https://docs.oracle.com/en-us/iaas/Content/generative-ai/home.htm) team.
7
+
This package simplifies integration between OpenAI’s Python SDK and Oracle Cloud Infrastructure (OCI) GenAI service by providing robust authentication and authorization utilities.
8
+
Developers can seamlessly connect to Oracle Generative AI services using OCI credentials, ensuring secure and compliant access while leveraging industry best practices.
6
9
7
-
## Installation
8
-
9
-
*Provide detailed step-by-step installation instructions. You can name this section **How to Run** or **Getting Started** instead of **Installation** if that's more acceptable for your project*
10
+
-----
10
11
11
-
## Documentation
12
+
## Table of Contents
12
13
13
-
*Developer-oriented documentation can be published on GitHub, but all product documentation must be published on <https://docs.oracle.com>*
14
+
-[Installation](#installation)
15
+
-[License](#license)
14
16
15
-
## Examples
17
+
## Installation
16
18
17
-
*Describe any included examples or provide a link to a demo/tutorial*
19
+
```console
20
+
pip install oci-openai
21
+
```
18
22
19
-
## Help
23
+
## Examples
20
24
21
-
*Inform users on where to get help or how to receive official support from Oracle (if applicable)*
0 commit comments