openai/openai-python

Public

mirrored from https://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.23.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/embeddings/Visualize_in_3d.ipynb

38lines · modecode

1{
2 "cells": [
3 {
4 "cell_type": "markdown",
5 "id": "b87d69b2",
6 "metadata": {},
7 "source": [
8 "This code example has moved. You can now find it in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook) at [examples/Visualizing_embeddings_in_3D.ipynb](https://github.com/openai/openai-cookbook/blob/main/examples/Visualizing_embeddings_in_3D.ipynb)."
9 ]
10 }
11 ],
12 "metadata": {
13 "kernelspec": {
14 "display_name": "Python 3.9.9 ('openai')",
15 "language": "python",
16 "name": "python3"
17 },
18 "language_info": {
19 "codemirror_mode": {
20 "name": "ipython",
21 "version": 3
22 },
23 "file_extension": ".py",
24 "mimetype": "text/x-python",
25 "name": "python",
26 "nbconvert_exporter": "python",
27 "pygments_lexer": "ipython3",
28 "version": "3.9.9"
29 },
30 "vscode": {
31 "interpreter": {
32 "hash": "365536dcbde60510dc9073d6b991cd35db2d9bac356a11f5b64279a5e6708b97"
33 }
34 }
35 },
36 "nbformat": 4,
37 "nbformat_minor": 5
38}
39