Skip to content

Commit e3a4bea

Browse files
authored
Merge pull request #29 from elastic/demjened/delete-openai-python-example-app
Delete OpenAI Python integration example app
2 parents 53a7cdf + 761120a commit e3a4bea

File tree

16 files changed

+3
-718
lines changed

16 files changed

+3
-718
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Prior to opening a pull request, please:
6565

6666
* **Never leave any secrets in the code** (API keys, passwords etc). Also avoid hardcoding URLs and IDs that may change from user to user. Instead use environment variables that need to be set by the user while they are running the app.
6767
* Test your app end to end before submitting a pull request.
68-
* Example of a well-formed app: [OpenAI-Py](../example-apps/OpenAI-embeddings/OpenAI-Py/README.md).
68+
* Example of a well-formed app: [OpenAI-JS](../example-apps/OpenAI-embeddings/OpenAI-JS/README.md).

example-apps/OpenAI-embeddings/OpenAI-JS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Download the project from Github and extract the openai-integration-example-pyth
2626

2727
```bash
2828
curl https://codeload.github.com/elastic/elasticsearch-labs/tar.gz/main | \
29-
tar -xz --strip=2 elasticsearch-labs-main/example-apps/OpenAI-embeddings/OpenAI-Py
29+
tar -xz --strip=2 elasticsearch-labs-main/example-apps/OpenAI-embeddings/OpenAI-JS
3030
```
3131

3232
### 2. Create OpenAI account and API key

example-apps/OpenAI-embeddings/OpenAI-Py/.gitignore

Lines changed: 0 additions & 160 deletions
This file was deleted.

example-apps/OpenAI-embeddings/OpenAI-Py/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

example-apps/OpenAI-embeddings/OpenAI-Py/README.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)