-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Bren #4047
base: main
Are you sure you want to change the base?
Bren #4047
Conversation
…ft#3378) * dispose kernel after running test * add timeout
* Update to ensure name on initial messages * Corrected test cases for messages now including names. * Added name to messages within select speaker nested chat * Corrected select speaker group chat tests for name field --------- Co-authored-by: Chi Wang <[email protected]>
…sync API (microsoft#3360) * return iasync iterator in sendasync function * fix build error
…faulting to FastEmbedEmbeddingFunction() otherwise (microsoft#3396) Co-authored-by: Li Jiang <[email protected]>
This pull request includes a minor update to the CONTRIBUTORS.md file to correct the link to the Dockerfile README.
* fix build error * rename AutoGen.OpenAI to AutoGen.OpenAI.V1
* update version and release note * Update MetaInfo.props * update release note
* Add Language Agent Tree Search (LATS) notebook * removed outputs --------- Co-authored-by: Andy Zhou <[email protected]> Co-authored-by: Shaokun Zhang <[email protected]>
update repo doc
Updated development instructions inline with changed URLs
Web re-deploy.
fixing urls
An update that adds my name to the maintainers list.
* devcontainer Docker name update * Installation Docker name update * Contributor guide Docker name update * Contributor guide Docker name update
* revise web * formate * formate * update * delete
* version * Correct fire * Commenting out .NET --------- Co-authored-by: Mark Sze <[email protected]>
* Nexla Autogen Blog * Content updates * Update for formatting issue * Updated name in authors.yml * Updated name in authors.yml for failed check * Author name updates * newline addition * Fix LFS tracking for nova_architecture.png * Nexla_Auotgen Image add to blog * Adding new image * ELT full form mention
Add Evan David to list of project maintainers.
* update * Added non-flight enquiry support, added a function map * fix my typo in notebook * update * update * update * update * update * update * update * Update notebook/agentchat_swarm.ipynb Co-authored-by: Chi Wang <[email protected]> * Update notebook/agentchat_swarm.ipynb Co-authored-by: Chi Wang <[email protected]> * update --------- Co-authored-by: Yiran Wu <[email protected]> Co-authored-by: Mark Sze <[email protected]> Co-authored-by: Qingyun Wu <[email protected]> Co-authored-by: Chi Wang <[email protected]>
* Fix role mapping in GPTAssistantAgent for OpenAI API compatibility * Update test_gpt_assistant.py This test ensures proper role mapping for message role types tool and function in GPTAssistantAgent. It verifies that these roles are correctly converted to 'assistant' before API calls to maintain compatibility with OpenAI's Assistant API. * fix pre-commit formatting * Resolve merge conflict --------- Co-authored-by: Evan David <[email protected]> Co-authored-by: Chi Wang <[email protected]>
@BrennanOwYong please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
12853598 | Triggered | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
10404693 | Triggered | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
- | - | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
12853599 | Triggered | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
10404694 | Triggered | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
- | - | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
10404696 | Triggered | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
10422482 | Triggered | Generic High Entropy Secret | cd64eb3 | test/oai/test_utils.py | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
@BrennanOwYong can you change your base to this repo's 0.2 branch? |
Why are these changes needed?
Related issue number
#4045
Checks