Skip to content
View evinjaff's full-sized avatar

Highlights

  • Pro

Organizations

@redshiftrobotics @Slothia
Block or Report

Block or report evinjaff

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

Pinned

  1. evinjaff.github.io evinjaff.github.io Public

    My website that has been through *many* iterations

    HTML 1

  2. CSE237SP2022/project-viswanathan-jaff-rose CSE237SP2022/project-viswanathan-jaff-rose Public

    project-viswanathan-jaff-rose created by GitHub Classroom

    Java 3

  3. YaoChenLabWashU/neuroscience_sleep_scoring YaoChenLabWashU/neuroscience_sleep_scoring Public

    Neuroscience Sleep Scoring tool to classify sleep states from experimental data with ML

    Python 2

  4. bearzlet bearzlet Public

    Final project for CSE 330

    JavaScript

  5. abohrer23/IndependentStudy abohrer23/IndependentStudy Public

    Independent Study Voltorb Flip Solver

    Java 1

  6. Quick Demo of how function calling c... Quick Demo of how function calling can overwrite training data on LLMs like OpenAI's GPT-4
    1
    OPENAI_API_KEY = "YOUR_OPENAI_KEY_HERE"
    2
    BASE_URL = "https://api.openai.com/v1/chat/completions";
    3
    
                  
    4
    async function fetchGPT(userContent, messages) {
    5
      try {