We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following lines cause automated code-scanning tools to falsely identify the presence of an API key in the code.
https://github.com/microsoft/autogen/blob/7ceee5dadce85633b9545580cd0e4d765a9ad3e9/test/oai/test_utils.py#L51C4-L58C7
Revise the placeholder to make more obviously fake. E.g.,
{ "model": "gpt-35-turbo-v0301", "tags": ["gpt-3.5-turbo", "gpt35_turbo"], "api_key": "11111222223333344444555556666677", "base_url": "https://123456.openai.azure.com", "api_type": "azure", "api_version": "2024-02-15-preview" },
No response
The text was updated successfully, but these errors were encountered:
I will do it as a start pr.
Sorry, something went wrong.
ekzhu
sonichi
qingyun-wu
Successfully merging a pull request may close this issue.
Describe the bug
The following lines cause automated code-scanning tools to falsely identify the presence of an API key in the code.
https://github.com/microsoft/autogen/blob/7ceee5dadce85633b9545580cd0e4d765a9ad3e9/test/oai/test_utils.py#L51C4-L58C7
Revise the placeholder to make more obviously fake. E.g.,
Steps to reproduce
No response
Model Used
No response
Expected Behavior
No response
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: