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

Update __init__.py to support image_gen commands #5137

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

dmoham1476
Copy link
Contributor

@dmoham1476 dmoham1476 commented Aug 22, 2023

Enabling image_gen commands to support IMAGE_PROVIDER in the .env.

Background

Changes

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes.
  • I have run the following commands against my code to ensure it passes our linters:
    black .
    isort .
    mypy
    autoflake --remove-all-unused-imports --recursive --ignore-init-module-imports --ignore-pass-after-docstring autogpt tests --in-place

Enabling image_gen commands to support IMAGE_PROVIDER in the .env.
@netlify
Copy link

netlify bot commented Aug 22, 2023

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit af0712f
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/64e4e021d4072500086e4c19

@dmoham1476
Copy link
Contributor Author

Adding image_gen commands to autogpt/commands/init.py

This is the github issue - #5135

@Pwuts Pwuts merged commit 3d322b7 into Significant-Gravitas:master Aug 25, 2023
@Pwuts
Copy link
Member

Pwuts commented Aug 25, 2023

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants