Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LLM-Red-Team/spark-free-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.5
Choose a base ref
...
head repository: LLM-Red-Team/spark-free-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Apr 24, 2024

  1. Copy the full SHA
    34d5453 View commit details
  2. 支持ssoSessionId存活检测

    Vinlic committed Apr 24, 2024
    Copy the full SHA
    7c593d2 View commit details
  3. update README

    Vinlic committed Apr 24, 2024
    Copy the full SHA
    b04c26b View commit details
  4. Release 0.0.6

    Vinlic committed Apr 24, 2024
    Copy the full SHA
    9a761dc View commit details
  5. Merge pull request #1 from Yanyutin753/main

    ✨feat support /v1/models to be better to use lobechat
    Vinlic authored Apr 24, 2024
    Copy the full SHA
    087773d View commit details
  6. update README

    Vinlic committed Apr 24, 2024
    Copy the full SHA
    77ffd97 View commit details
  7. Copy the full SHA
    3c91127 View commit details
  8. Update README.md

    Vinlic authored Apr 24, 2024
    Copy the full SHA
    2a375bc View commit details
  9. Update README.md

    Vinlic authored Apr 24, 2024
    Copy the full SHA
    89bac9d View commit details
  10. Update README.md

    KPCOFGS authored Apr 24, 2024
    Copy the full SHA
    ec1164b View commit details
  11. Merge pull request #2 from KPCOFGS/master

    更新了README.md文件
    Vinlic authored Apr 24, 2024
    Copy the full SHA
    07ed558 View commit details
  12. Update README.md

    KPCOFGS authored Apr 24, 2024
    Copy the full SHA
    13ac122 View commit details

Commits on Apr 25, 2024

  1. Merge pull request #3 from KPCOFGS/master

    更新了README.md文件
    Vinlic authored Apr 25, 2024
    Copy the full SHA
    4172fba View commit details
  2. Copy the full SHA
    c4bac43 View commit details
  3. Merge pull request #5 from Yanyutin753/main

    Create sync.yml to update code
    Vinlic authored Apr 25, 2024
    Copy the full SHA
    f7f9023 View commit details
  4. 支持绘图能力

    Vinlic committed Apr 25, 2024
    Copy the full SHA
    ab06a79 View commit details
  5. Release 0.0.7

    Vinlic committed Apr 25, 2024
    Copy the full SHA
    ea39f64 View commit details
  6. update README

    Vinlic committed Apr 25, 2024
    Copy the full SHA
    0e39f6d View commit details

Commits on Apr 26, 2024

  1. Update README.md

    Vinlic authored Apr 26, 2024
    Copy the full SHA
    0b0e9ae View commit details
  2. update README

    Vinlic committed Apr 26, 2024
    Copy the full SHA
    aa191af View commit details
  3. Copy the full SHA
    3b39cac View commit details
  4. update README

    Vinlic committed Apr 26, 2024
    Copy the full SHA
    ec2c4c4 View commit details

Commits on May 4, 2024

  1. Update README.md

    Vinlic authored May 4, 2024
    Copy the full SHA
    e564982 View commit details

Commits on May 15, 2024

  1. Copy the full SHA
    32eeeac View commit details
  2. Copy the full SHA
    83f4496 View commit details
  3. update README

    Vinlic committed May 15, 2024
    Copy the full SHA
    76dd1f3 View commit details
  4. update README

    Vinlic committed May 15, 2024
    Copy the full SHA
    5b014c3 View commit details
  5. Update README.md

    Vinlic authored May 15, 2024
    Copy the full SHA
    831fb53 View commit details
  6. 适配更多botId

    Vinlic committed May 15, 2024
    Copy the full SHA
    4e43aa5 View commit details
  7. Release 0.0.8

    Vinlic committed May 15, 2024
    Copy the full SHA
    9cdc823 View commit details
  8. Copy the full SHA
    0d4044e View commit details
  9. 修复流式图像输出

    Vinlic committed May 15, 2024
    Copy the full SHA
    d65638d View commit details
  10. Release 0.0.9

    Vinlic committed May 15, 2024
    Copy the full SHA
    cd6814b View commit details

Commits on Jun 12, 2024

  1. Copy the full SHA
    f375f34 View commit details
  2. Release 0.0.10

    Vinlic committed Jun 12, 2024
    Copy the full SHA
    6d5c938 View commit details

Commits on Dec 4, 2024

  1. Update README.md

    Vinlic authored Dec 4, 2024
    Copy the full SHA
    0835f54 View commit details
48 changes: 48 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Upstream Sync

permissions:
contents: write
issues: write
actions: write

on:
schedule:
- cron: '0 * * * *' # every hour
workflow_dispatch:

jobs:
sync_latest_from_upstream:
name: Sync latest commits from upstream repo
runs-on: ubuntu-latest
if: ${{ github.event.repository.fork }}

steps:
- uses: actions/checkout@v4

- name: Clean issue notice
uses: actions-cool/issues-helper@v3
with:
actions: 'close-issues'
labels: '🚨 Sync Fail'

- name: Sync upstream changes
id: sync
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
with:
upstream_sync_repo: LLM-Red-Team/spark-free-api
upstream_sync_branch: master
target_sync_branch: master
target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set
test_mode: false

- name: Sync check
if: failure()
uses: actions-cool/issues-helper@v3
with:
actions: 'create-issue'
title: '🚨 同步失败 | Sync Fail'
labels: '🚨 Sync Fail'
body: |
Due to a change in the workflow file of the LLM-Red-Team/spark-free-api upstream repository, GitHub has automatically suspended the scheduled automatic update. You need to manually sync your fork. Please refer to the detailed [Tutorial][tutorial-en-US] for instructions.
由于 LLM-Red-Team/spark-free-api 上游仓库的 workflow 文件变更,导致 GitHub 自动暂停了本次自动更新,你需要手动 Sync Fork 一次,
Loading