Skip to content
View DegreZero's full-sized avatar
😍
Everything is strange. Life. People.
😍
Everything is strange. Life. People.
  • PKU
  • Boston, MA

Block or report DegreZero

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DegreZero/README.md

Hi guys, here's a little secret for you to exploit 👋

if nf, ok := output.(float64); ok {
    return nf, nil
} else if ni, ok := output.(int); ok {
    return float64(ni), nil
}
log.Errorw("invalid query execution: result should be number", "query", query, "result", output, "type", reflect.TypeOf(output))
return num, errors.New("invalid query execution result")

Popular repositories Loading

  1. DegreZero DegreZero Public

  2. UFO UFO Public

    Forked from microsoft/UFO

    A UI-Focused Agent for Windows OS Interaction.

    Python

  3. hallo hallo Public

    Forked from fudan-generative-vision/hallo

    Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation

    Python

  4. Everlyn-1 Everlyn-1 Public

    Forked from Everlyn-Labs/Everlyn-1

    The first open autoregressive foundational video AI model.