Skip to content

Bot - add support for GPT-4 Vision #85

Bot - add support for GPT-4 Vision

Bot - add support for GPT-4 Vision #85

Triggered via push December 3, 2023 20:35
Status Success
Total duration 1m 28s
Artifacts

gh-pages.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: apps/nostr-debug/NostrDebug.Web/Events/NostrEventTable.razor#L20
Dereference of a possibly null reference.
build: apps/nostr-debug/NostrDebug.Web/Events/NostrEventTable.razor#L23
Dereference of a possibly null reference.
build: apps/nostr-debug/NostrDebug.Web/Events/NostrFilterEdit.razor#L226
The variable 'e' is declared but never used
build: apps/nostr-debug/NostrDebug.Web/Events/NostrKindSelect.razor#L68
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: apps/nostr-debug/NostrDebug.Web/Events/NostrFilterEdit.razor#L85
The field 'NostrFilterEdit._isWaitingForData' is never used
build: apps/nostr-debug/NostrDebug.Web/Components/RelaySelector.razor#L47
Component parameter 'NostrDebug.Web.Components.RelaySelector.Relay' should be auto property