Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasperan/oci-genai-service
Python code for the GenAI Service (releasing 2024, currently in Beta)
https://github.com/jasperan/oci-genai-service
Last synced: about 2 months ago
JSON representation
Python code for the GenAI Service (releasing 2024, currently in Beta)
- Host: GitHub
- URL: https://github.com/jasperan/oci-genai-service
- Owner: jasperan
- License: cc0-1.0
- Created: 2023-12-22T12:14:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T17:59:49.000Z (11 months ago)
- Last Synced: 2024-10-12T18:29:24.630Z (3 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCI Generative AI with Python
Python code for the GenAI Service, just released! (January 24th 2024)
## Required Policies
Find required policies for your tenancy [here.](https://docs.oracle.com/en-us/iaas/Content/generative-ai/iam-policies.htm)
## Troubleshooting Requests
If you run into issues when making a request or get a response you don't know the meaning of, refer to [the logging library](https://docs.oracle.com/en-us/iaas/tools/python/2.119.1/logging.html).
## Official Docs
[Here's](https://docs.oracle.com/en-us/iaas/Content/generative-ai/home.htm) a link to official documentation, [a link to summarization docs](https://docs.oracle.com/en-us/iaas/Content/generative-ai/summarize-models.htm#summarize) (if you're particularly interested in Summary models), and [a link to available generation models](https://docs.oracle.com/en-us/iaas/Content/generative-ai/generate-models.htm).
These are all docs I needed to write my scripts and get it all working.
Enjoy!