openai/openai-python

Public

mirrored fromhttps://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8944bd1609227d42e6283967a4eeb2ae800d6bb6

Branches

Tags

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

Clone

HTTPS

Download ZIP

examples/embeddings/Code_search.ipynb

38lines · modecode

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