8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b39b4d commit 9b26ad9Copy full SHA for 9b26ad9
src/component/ImageGenerator.js
@@ -8,7 +8,7 @@ function ImageGenerator() {
8
const [result, setResult] = useState("");
9
const [loading, setLoading] = useState(false);
10
const [placeholder, setPlaceholder] = useState(
11
- "Search a lion with Paint Brushes paiting the monalisa paiting..."
+ "Search a lion with Paint Brushes painting the mona lisa painting..."
12
);
13
const configuration = new Configuration({
14
apiKey: process.env.REACT_APP_OPENAI_API_KEY,
0 commit comments