Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Amazon Bedrock Client for AutoGen#6

Merged
sonichi merged 21 commits intomainfromaws-bedrock
Aug 30, 2024
Merged

Amazon Bedrock Client for AutoGen#6

sonichi merged 21 commits intomainfromaws-bedrock
Aug 30, 2024

Conversation

marklysze
Copy link
Collaborator

Why are these changes needed?

Amazon Bedrock also offers a broad set of capabilities to build generative AI applications with security, privacy, and responsible AI. The AWS bedrock has acquired all the latest open-source and closed-source models for inference, making it more flexible for the users to manage the complete infrastructure from AWS. this addition will increase the capability of AutoGen to support the models from bedrock.

API Documentation:https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html

For testing:

# Authentication parameters:# aws_region (mandatory)# aws_access_key (or environment variable: AWS_ACCESS_KEY)# aws_secret_key (or environment variable: AWS_SECRET_KEY)# aws_session_token (or environment variable: AWS_SESSION_TOKEN)# aws_profile_nameconfig_list = [    {        "api_type": "bedrock",        "model": "meta.llama3-1-8b-instruct-v1:0",        "aws_region": "us-west-2",        "aws_access_key": "",        "aws_secret_key": "",        "price" : [0.003, 0.015]    }]

Related issue number

Checks

(3232)

Hk669and others added20 commitsJuly 27, 2024 23:47
… added ability to disable system prompt separation
…, spelling fix, remove unnecessary imports, use base and additional parameters, update documentation
@marklyszemarklysze self-assigned thisAug 22, 2024
@sonichisonichi merged commitb19c808 intomainAug 30, 2024
140 of 152 checks passed
@sonichisonichi deleted the aws-bedrock branchAugust 30, 2024 23:00
odoochain pushed a commit to odoochain/autogen that referenced this pull requestNov 10, 2024
* namespace fixes + remove skills definitios from Actors project* add waf context to actors* deploy to Azure WIP* add bicep for gh-flow and cosmos* azure deploy fixes* azure deploy WIP
odoochain pushed a commit to odoochain/autogen that referenced this pull requestNov 10, 2024
odoochain pushed a commit to odoochain/autogen that referenced this pull requestNov 10, 2024
* Renamed TeamOne to MagenticOne* Updated uv.lock* Fixed workflows.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@sonichisonichisonichi approved these changes

@Hk669Hk669Awaiting requested review from Hk669

Assignees

@marklyszemarklysze

Labels
alt-modelsNon-OpenAI Models / Client Classes
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@marklysze@Hk669@sonichi@qingyun-wu

[8]ページ先頭

©2009-2025 Movatter.jp