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
You will now need to create an OpenAI client interface.
74
74
75
75
```python
76
76
# create OpenAI client interface
@@ -80,7 +80,7 @@ client = OpenAI(
80
80
)
81
81
```
82
82
83
-
In order to interact with the model we need to create a chat function, but let's give it a history feature as well as basic chat.
83
+
In order to interact with the model, you will need to create a chat function. For the purposes of our example, let's give it a history feature as well as basic chat.
84
84
85
85
```python
86
86
# Interactive chat function with message history.
@@ -124,12 +124,12 @@ def chat():
124
124
125
125

126
126
127
-
Then, interacting with the model is done through a simple chat.
127
+
Once this is done, you can interact with the model through a simple chat.
128
128
129
129

130
130
131
-
For a recorded demonstration that shows the process real time see this screen recording. <https://www.youtube.com/watch?v=oqjc-2c1Vtk>
131
+
You can access [this link](https://www.youtube.com/watch?v=oqjc-2c1Vtk) to see a recorded demonstration that shows this process in real time. [](https://www.youtube.com/watch?v=oqjc-2c1Vtk)
132
132
133
133
### Summary
134
134
135
-
With HPE Private Cloud AI loading new models into the system and providing endpoints is just a few simple clicks and easily integrates with popular tools like Jupyter Notebooks. To learn more about HPE Private Cloud AI please visit: <https://www.hpe.com/us/en/private-cloud-ai.html>
135
+
With HPE Private Cloud AI, loading new models into the system and providing endpoints is just a few simple clicks and easily integrates with popular tools like Jupyter Notebooks. To learn more about HPE Private Cloud AI, please visit: <https://www.hpe.com/us/en/private-cloud-ai.html>
0 commit comments