From da08aa00772b869ac72599bde8a544423c444a1b Mon Sep 17 00:00:00 2001 From: kk Date: Fri, 21 Feb 2025 21:23:27 +0000 Subject: [PATCH 1/6] Changes --- examples/azure/embeddings.ipynb | 6 +++--- openai | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 openai diff --git a/examples/azure/embeddings.ipynb b/examples/azure/embeddings.ipynb index 86c53b63ee..0dad4b2565 100644 --- a/examples/azure/embeddings.ipynb +++ b/examples/azure/embeddings.ipynb @@ -53,7 +53,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -71,7 +71,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -107,7 +107,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ diff --git a/openai b/openai new file mode 100644 index 0000000000..8c811e0f85 --- /dev/null +++ b/openai @@ -0,0 +1,4 @@ +curl https://api.openai.com/v1/models \ + -H "Authorization: Bearer $OPENAI_API_KEY" \ + -H "OpenAI-Organization: org-1cae2teLXv6O9IGon14YT50s" \ + -H "OpenAI-Project: $PROJECT_ID" \ No newline at end of file From b1c7b4c5699aa858a6d8de4eb1ab4b4d6fdd03c7 Mon Sep 17 00:00:00 2001 From: kk Date: Thu, 27 Feb 2025 02:31:12 +0000 Subject: [PATCH 2/6] staged --- examples/azure/chat_with_your_own_data.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/azure/chat_with_your_own_data.ipynb b/examples/azure/chat_with_your_own_data.ipynb index 0d56d33b18..5a6759af4f 100644 --- a/examples/azure/chat_with_your_own_data.ipynb +++ b/examples/azure/chat_with_your_own_data.ipynb @@ -99,7 +99,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -117,7 +117,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -155,7 +155,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ From b16a1e546bb090e5154b65fb891c0d02b06cbe79 Mon Sep 17 00:00:00 2001 From: kk Date: Thu, 27 Feb 2025 02:31:37 +0000 Subject: [PATCH 3/6] modified --- .github/workflows/build-website.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-website.yaml b/.github/workflows/build-website.yaml index 36510dfde3..e4b3750081 100644 --- a/.github/workflows/build-website.yaml +++ b/.github/workflows/build-website.yaml @@ -8,7 +8,17 @@ on: jobs: deploy: runs-on: ubuntu-latest +steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: List all files + run: ls -R + + - name: Run Python Script + run: | + cd src # Change "src" if your script is in another directory + python script.python steps: - name: Call Deploy Hook run: curl -X POST ${{ secrets.WEBSITE_DEPLOY_HOOK_URL }} From edc7562f7dd319e7292a704c14795b10e78fe749 Mon Sep 17 00:00:00 2001 From: kk Date: Thu, 27 Feb 2025 02:36:34 +0000 Subject: [PATCH 4/6] commit From 3f4a73ede0d0bfcb546657585151ca74eba71b6f Mon Sep 17 00:00:00 2001 From: kk Date: Thu, 27 Feb 2025 09:28:24 +0000 Subject: [PATCH 5/6] got push -f --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..76edfa61db --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1 @@ +{"image":"mcr.microsoft.com/devcontainers/universal:2"} \ No newline at end of file From 43f38bf844f7104c8a7562a00e65a6689f556377 Mon Sep 17 00:00:00 2001 From: kk Date: Fri, 7 Mar 2025 19:26:09 +0800 Subject: [PATCH 6/6] Delete .devcontainer/devcontainer.json git commit -m "Fix typo in README Corrected the spelling error in the documentation to improve readability. --- .devcontainer/devcontainer.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 76edfa61db..0000000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1 +0,0 @@ -{"image":"mcr.microsoft.com/devcontainers/universal:2"} \ No newline at end of file