williamcaban commited on
Commit
7ed0d83
1 Parent(s): 6e5ac19

Updating to correct reference to output from shiftdocs model that does not belong to this model

Browse files
Files changed (1) hide show
  1. README.md +0 -41
README.md CHANGED
@@ -45,47 +45,6 @@ When using in combination with RAG, the model has preference for a `CONTEXT` sec
45
  <question_from_user>
46
  ```
47
 
48
- Example of questions an answers when running in greedy mode:
49
- ```
50
- >> What is OpenShift?
51
- According to the context, OpenShift is a platform for deploying and managing container applications. It provides an integrated environment for developing, deploying, and managing containerized
52
- applications, allowing users to take advantage of the benefits of containerization while also providing the necessary tools and infrastructure for managing these applications in production
53
- environments.
54
-
55
- >>> who is the president?
56
- According to the context, I'm not designed to answer questions about politics or other topics beyond my expertise. I'm specifically trained to help with Kubernetes-related questions.
57
-
58
- >>> what is the default network CIDR in OpenShift?
59
- According to the context, the default network CIDR for OpenShift is 172.30.0.0/16, which is specified in the `networkCidr` field of the `machineConfig` section.
60
-
61
- >>> Provide an example for baremetal installer to use a local RHCOS image
62
- According to the context, here is an example configuration for using a local Red Hat OpenShift Container Service (RHCOS) image as baremetal installer:
63
-
64
- '''yaml
65
- apiVersion: core.ocp.openshift.io/v1
66
- kind: BareMetalInstaller
67
- metadata:
68
- name: local-rhcos-image
69
- spec:
70
- image:
71
- localImage:
72
- localImage: <path_to_RHCOS_image>
73
- containerName: <RHCOS_container_name>
74
- installerConfig:
75
- installerType: bareMetalInstaller
76
- ''''
77
-
78
- >>> how to upgrade openshift using CLI?
79
- According to the context, you can upgrade OpenShift using the OpenShift CLI (oc) with the following command:
80
-
81
- `oc upgrade openshift --version=<new_version>`
82
-
83
- Replace `<new_version>` with the desired version number for your upgrade.
84
-
85
- >>> who trained you?
86
- I'm based on the provided context, and I'm specifically trained to answer Kubernetes-related questions. The context does not provide information about who trained me or how I was trained.
87
- ```
88
-
89
  ## Intended Use
90
 
91
  - This model is a quick proof of concept (POC) for the fine tuning a base model with expertise and basic guardrails to reduce the reliance on prompts and multiple filtering mechanism to moderate the results.
 
45
  <question_from_user>
46
  ```
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  ## Intended Use
49
 
50
  - This model is a quick proof of concept (POC) for the fine tuning a base model with expertise and basic guardrails to reduce the reliance on prompts and multiple filtering mechanism to moderate the results.