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
@@ -149,6 +150,23 @@ LocalAI is a local model, which is an OpenAI compatible API. It uses llama.cpp a
149
150
k8sgpt analyze --explain --backend localai
150
151
```
151
152
153
+
## Oracle Cloud Infrastructure (OCI) Generative AI
154
+
155
+
[Oracle Cloud Infrastructure (OCI)](https://www.oracle.com/cloud/) Generative AI s a fully managed OCI service that provides a set of state-of-the-art, customizable large language models.
156
+
K8sgpt can be configured to use ready-to-use pretrained models, or create and host your own fine-tuned custom models based on your own data on dedicated AI clusters.
157
+
158
+
To authenticate with OCI, create a [OCI SDK/CLI](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm) `config` file in your home directory's `.oci/` directory.
159
+
160
+
Next, configure the OCI backend for a given model within an OCI compartment:
FakeAI or the NoOpAiProvider might be useful in situations where you need to test a new feature or simulate the behaviour of an AI based-system without actually invoking it. It can help you with local development, testing and troubleshooting.
0 commit comments