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

A function to use default prompts in the TOML config file #17

Closed
shuheykoyama opened this issue Feb 21, 2024 · 1 comment
Closed

A function to use default prompts in the TOML config file #17

shuheykoyama opened this issue Feb 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@shuheykoyama
Copy link
Contributor

Assumed User Scenarios

  • If the user doesn't have an OpenAI API Key (doesn't generate images), uses the sample images for imgcat or ASCII art.
  • If the user has an OpenAI API Key but doesn't generate images (doesn't create prompts), uses the prompts in config.toml with options.
  • If the user has an OpenAI API Key and wants to generate images, enter the prompt as an option.
@shuheykoyama shuheykoyama changed the title A function to use default prompts in the TOML config file. A function to use default prompts in the TOML config file Feb 21, 2024
@shuheykoyama shuheykoyama self-assigned this Feb 21, 2024
@shuheykoyama shuheykoyama added the enhancement New feature or request label Feb 21, 2024
@shuheykoyama
Copy link
Contributor Author

Usage ideas

  • dgen # default screen saver (color image of dgen chan...?)
  • dgen -a # default screen saver (ASCII art of dgen chan...?)
  • dgen girl # use prompt corresponding to 'girl' in config.toml (same for ASCII art)
  • dgen cat # use prompt corresponding to 'cat' in config.toml (same for ASCII art)
  • dgen -p <PROMPT> # pass your own prompt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant