Haofei Yu
commited on
Bug/fix api name error (#19)
Browse files* support pre-commit
* support running
* fix openai_api name
.github/workflows/sync.yml
CHANGED
@@ -16,5 +16,5 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
OPENAI_API_KEY: ${{ secrets.
|
20 |
run: git push https://lwaekfjlk:$HF_TOKEN@huggingface.co/spaces/lwaekfjlk/ctm-space main --force
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
20 |
run: git push https://lwaekfjlk:$HF_TOKEN@huggingface.co/spaces/lwaekfjlk/ctm-space main --force
|