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

Enhancements #2

Merged
merged 27 commits into from
Nov 17, 2024
Merged

Enhancements #2

merged 27 commits into from
Nov 17, 2024

Conversation

techthoughts2
Copy link
Owner

Pull Request

Description - BREAKING CHANGES

  • Module changes:
    • stability.ai
      • Invoke-StabilityAIDiffusionModel renamed to Invoke-StabilityAIDiffusionXLModel - Breaking Change
        • Updated help which had incorrect examples
        • Height parameter now defaults to 1024 if no user input is provided.
        • Width parameter now defaults to 1024 if no user input is provided.
      • Added Invoke-StabilityAIImageModel to support new models: stability.stable-image-core-v1:0, stability.stable-image-ultra-v1:0, stability.sd3-large-v1:0
    • AI21 Labs
      • Invoke-AI21LabsJambaModel - added support for ai21.jamba-1-5-mini-v1:0 and ai21.jamba-1-5-large-v1:0
      • Invoke-AI21LabsJurassic2Model removed. All support for ai21.j2-grande-instruct, ai21.j2-jumbo-instruct, ai21.j2-mid-v1, ai21.j2-ultra-v1 removed. These models are being EOL in Amazon Bedrock. - Breaking Change
    • Amazon
      • Invoke-AmazonTextModel - minor corrections to debug output and help
    • Cohere
      • Invoke-CohereCommandRModel - minor corrections to debug output
    • Meta
      • Invoke-MetaModel
        • Added support for new 3.2 models: meta.llama3-2-1b-instruct-v1:0, meta.llama3-2-3b-instruct-v1:0, meta.llama3-2-11b-instruct-v1:0, meta.llama3-2-90b-instruct-v1:0
        • Added vision support for new large 3.2 models
        • Added tools support for all Meta models 3.1 and higher
        • minor corrections to debug output and help
    • Mistral
      • Invoke-MistralAIModel - minor corrections to debug output and help. Adjusted Max token limit validation.
    • Anthropic
      • Invoke-AnthropicModel - added support for new models: anthropic.claude-3-5-haiku-20241022-v1:0, anthropic.claude-3-5-sonnet-20241022-v2:0
    • Updated pricing for all models
  • Build changes:
    • Updated bootstrap AWS modules from 4.1.621 to 4.1.700
    • Switched wf_Linux and wf_Windows from CodeBuild actions to GitHub Actions runners due to performance issues with CB.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.

@techthoughts2 techthoughts2 added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 17, 2024
@techthoughts2 techthoughts2 self-assigned this Nov 17, 2024
@techthoughts2 techthoughts2 merged commit 5f43721 into main Nov 17, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant