(bump:patch) push latest branch after update pointer (#64)

* push latest branch after update pointer

* force push update latest pointer

* update docs
This commit is contained in:
ian_Cin 2024-05-15 17:22:41 +07:00 committed by GitHub
parent 654501e01c
commit fc35f9f918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -44,4 +44,7 @@ jobs:
tag_name: ${{ steps.update-version.outputs.new_tag }}
make_latest: true
- name: Update latest branch
run: git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
run: |
git branch -f latest tags/${{ steps.update-version.outputs.new_tag }}
git checkout latest
git push -f

View File

@ -56,9 +56,9 @@ embedding model depending on how you set up Azure development.
```shell
AZURE_OPENAI_ENDPOINT=
AZURE_OPENAI_API_KEY=
OPENAI_API_VERSION=2024-02-15-preview
AZURE_OPENAI_CHAT_DEPLOYMENT=gpt-35-turbo
AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT=text-embedding-ada-002
OPENAI_API_VERSION=2024-02-15-preview # could be different for you
AZURE_OPENAI_CHAT_DEPLOYMENT=gpt-35-turbo # change to your deployment name
AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT=text-embedding-ada-002 # change to your deployment name
```
### Local models