mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-27 04:07:05 +00:00
fix(client): address Codex review findings
This commit is contained in:
parent
e01eac1892
commit
8abb379cdc
15 changed files with 250 additions and 106 deletions
2
.github/workflows/codegraph-select.yml
vendored
2
.github/workflows/codegraph-select.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
RESP=$(curl -sS --fail-with-body -m 45 -H "Authorization: Bearer $TOKEN" \
|
||||
-H 'content-type: application/json' --data-binary @body.json "$URL/v1/select"); RC=$?
|
||||
if [ "$RC" -ne 0 ] || [ -z "$RESP" ] || ! echo "$RESP" | jq -e .selected >/dev/null 2>&1; then
|
||||
note "_codegraph unavailable (curl exit $RC: ${RESP:0:120}); skipped — full CI runs as always_"
|
||||
note "_codegraph unavailable (curl exit $RC: ${RESP:0:120}); skipped, full CI runs as always_"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue