mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-27 14:55:20 +03:00
Fixed wrong instructions in FAQ.
This commit is contained in:
parent
04c21d0463
commit
f605726712
@ -98,7 +98,7 @@ const faqs = [
|
|||||||
<br/>
|
<br/>
|
||||||
Now you can run app generation locally via:<br/>
|
Now you can run app generation locally via:<br/>
|
||||||
<span className="bg-slate-800 text-slate-200 p-1 rounded">
|
<span className="bg-slate-800 text-slate-200 p-1 rounded">
|
||||||
wasp ai-new:disk MyAwesomeApp "Description of my awesome app." {'"{ \\"defaultGptModel\\": \\"gpt-4\\" }"'}
|
wasp new-ai:disk MyAwesomeApp "Description of my awesome app." {'"{ \\"defaultGptModel\\": \\"gpt-4\\" }"'}
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user