Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/openvino #69

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from
Open

Feature/openvino #69

wants to merge 8 commits into from

Conversation

DanielHirschTNG
Copy link

Description:

Please provide a brief description of the changes made in this pull request.

Related Issue:

If this pull request is related to any existing issue, please mention the issue number here.

Changes Made:

Please list down the specific changes made in this pull request.

Testing Done:

Please describe the testing that has been done to ensure the changes made in this pull request are functioning as expected.

Screenshots:

If applicable, please provide screenshots or GIFs or videos to visually demonstrate the changes made.

Checklist:

  • I have tested the changes locally.
  • I have self-reviewed the code changes.
  • I have updated the documentation, if necessary.

def __calculate_md5(self, file_path: str) -> str:
import hashlib

hasher = hashlib.md5()

Check warning

Code scanning / Bandit

Use of insecure MD2, MD4, MD5, or SHA1 hash function. Warning

Use of insecure MD2, MD4, MD5, or SHA1 hash function.
"enable_rag": False,
"model_repo_id": "meta-llama-3.1-8b-instruct-q5_k_m.gguf",
}
response = requests.post(url, json=params, stream=True)

Check warning

Code scanning / Bandit

Call to requests without timeout Warning

Call to requests without timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant