mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-22 01:24:49 +03:00
Fix some typos (#2235)
This commit is contained in:
parent
6ca84469e9
commit
eb5f6703fc
@ -1,6 +1,6 @@
|
||||
# Mage
|
||||
|
||||
This directory contains the source code of Mage (aka "GPT Web App Generator" aka "Wasp AI"): a Wasp app (so a full-stack web app) that allows you to create a new Wasp app (inception :)!) from just a short description. It uses ChatGPT in a smart way to accomplish this (so it would be clasified as an AI code agent).
|
||||
This directory contains the source code of Mage (aka "GPT Web App Generator" aka "Wasp AI"): a Wasp app (so a full-stack web app) that allows you to create a new Wasp app (inception :)!) from just a short description. It uses ChatGPT in a smart way to accomplish this (so it would be classified as an AI code agent).
|
||||
|
||||
Mage is hosted at https://usemage.ai and you can use it there for free.
|
||||
|
||||
|
@ -42,7 +42,7 @@ const faqs = [
|
||||
answer: <p>
|
||||
Due to GPT being non-deterministic, it sometimes introduces (small) mistakes, especially for more complex apps, but altogether it works better than we expected!
|
||||
The code it generates is often very reasonable, and for very simple apps, it can even produce a working app out of the box, while for a bit more complex apps
|
||||
it currently serves more like a super-intelligent starter that needs a couple of tweeks to get it going.
|
||||
it currently serves more like a super-intelligent starter that needs a couple of tweaks to get it going.
|
||||
|
||||
<br/><br/>
|
||||
|
||||
@ -76,7 +76,7 @@ const faqs = [
|
||||
<br/><br/>
|
||||
|
||||
We use GPT4 during the planning phase, since that is the most critical step, and then use GPT3.5 for the rest of the steps.
|
||||
Although using GPT4 exclusively does give better results, we use a mix to keep the costs, generation time, and bandwith acceptable (due to pricing and rate limits of GPT4).
|
||||
Although using GPT4 exclusively does give better results, we use a mix to keep the costs, generation time, and bandwidth acceptable (due to pricing and rate limits of GPT4).
|
||||
|
||||
<br/><br/>
|
||||
|
||||
|
@ -75,7 +75,7 @@ Since we don't want our users to read `docs/next` ("current" docs), we don't pub
|
||||
When releasing new version of Wasp, what we do is run `npm run docusaurus docs:version {version}` to create new versioned docs from the current docs. We do this on every new Wasp release.
|
||||
|
||||
This command does everything for us, and since we use Docusaurus' default settings for versions,
|
||||
there is nothing else we need to do, it will be picked up as the lastest version by default.
|
||||
there is nothing else we need to do, it will be picked up as the latest version by default.
|
||||
|
||||
#### Which version of docs should I be editing?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user