-
Notifications
You must be signed in to change notification settings - Fork 286
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
feat: add documentation site #62
Conversation
f07200f
to
e045c3c
Compare
e045c3c
to
fa1793b
Compare
docs/docs/tools/image-generation.md
Outdated
|
||
## Overview | ||
|
||
The `image-generation` tool leverages OpenAI's Dall-E model to convert textual descriptions into images. It offers a versatile approach to creating visual content, making it suitable for a wide range of applications, from content creation to design assistance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to format the model's name more like OpenAI does:
The `image-generation` tool leverages OpenAI's Dall-E model to convert textual descriptions into images. It offers a versatile approach to creating visual content, making it suitable for a wide range of applications, from content creation to design assistance. | |
The `image-generation` tool leverages OpenAI's DALL·E model to convert textual descriptions into images. It offers a versatile approach to creating visual content, making it suitable for a wide range of applications, from content creation to design assistance. |
docs/docs/tools/image-generation.md
Outdated
For more information, check out the tool [here](https://github.com/gptscript-ai/image-generation) | ||
|
||
## Usage | ||
To use the Image Generation too, you need to make sure that the OPENAI_API_KEY environment variable is set to your OpenAI API key. You can obtain an API key from the OpenAI platform if you don't already have one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To use the Image Generation too, you need to make sure that the OPENAI_API_KEY environment variable is set to your OpenAI API key. You can obtain an API key from the OpenAI platform if you don't already have one. | |
To use the Image Generation tool, you need to make sure that the OPENAI_API_KEY environment variable is set to your OpenAI API key. You can obtain an API key from the OpenAI platform if you don't already have one. |
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
fa1793b
to
dff4f93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's wired up to deploy and iterate on.
This PR uses docusaurus to add a documentation site for gptscript.
Deployment of this will come after this review. To look at the site running, just run
cd docs && npm start
.