Skip to content

Conversation

@AbdelrahmanAbouelenin
Copy link
Contributor

Moving model B hashes to Model A.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR consolidates model hashes by migrating three hash values from VSC_MODEL_HASHES_B to VSC_MODEL_HASHES_A, effectively merging the model categories.

Key Changes

  • Three hash strings (lines 24-26) moved from VSC_MODEL_HASHES_B array to VSC_MODEL_HASHES_A array
  • VSC_MODEL_HASHES_B redefined as an array containing only an empty string
  • Model identification logic remains unchanged

Comment on lines 29 to 31
const VSC_MODEL_HASHES_B = [

];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please leave a comment as to why this is empty.

Also I recommend adding it like this:
const VSC_MODEL_HASHES_B : string[] = [];

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants