Commit Graph

1662 Commits

Author SHA1 Message Date
Janko Vidaković
34f6539590
Support more GPT models in Mage + allow customizing both of them (#1598)
* Enable new OpenAI models for MAGE

* Add option to specify Plan GPT model from CLI

* Fix error in parsing planGptModel

* Remove check for GPT-4 availability

* Refactor initialization of GPT params

* Add GPT 3.5 Turbo 0613

* Fix GPT versions to exact values

Generic OpenAI models, such as 'GPT-4' and 'GPT-3_5_turbo',
point to the 'latest' of the respective OpenAI models.
This means that the exact models used can change unexpectedly.
This would not normally be an issue, but the newer models
tend to exhibit a performance drop.
Therefore, to future-proof our application, we fix the
model versions to prevent any unexpected model changes.

* Rename base->coding, plan->planning

* Remove unused _useGpt3IfGpt4NotAvailable field

* Remove confusing helper function

* Fix typo Planing -> Planning
2023-12-13 17:11:08 +01:00
Mihovil Ilakovac
548b5a42bd Speed up stats 2023-12-12 17:46:03 +01:00
Matija Sosic
f6a40e9435 blog: added emails to authors. 2023-12-12 17:34:06 +01:00
Martin Sosic
47c4b8cb16 Merge branch 'main' into wasp-ai 2023-12-11 20:19:46 +01:00
Matija Sosic
7bf282bfbd blog: added post about writing RFCs. 2023-12-07 15:13:16 +01:00
Martin Šošić
20769f67a8
Made CI checks during telemetry a bit more thorough. (#1586) 2023-11-30 14:44:54 +01:00
Martin Sosic
cf88e2b1a5 Added ghcup-set command to waspc/run script. 2023-11-28 23:36:10 +01:00
vincanger
dd7c2d27d5 Update CONTRIBUTING.md 2023-11-25 13:05:01 +01:00
Boris Martinovic
dde2d710b0
Added dev.to article and fixed WSL link (#1580)
* Added dev.to article and fixed WSL link

* Replaced dev.to with Wasp blog article
2023-11-25 12:58:20 +01:00
Boris Martinovic
36a75c33e9
Added new blog post - Guide to WSL (#1581)
* Added new blog post - Guide to WSL

* Changed file name and title
2023-11-25 12:57:30 +01:00
vincanger
3825ef94ed
[MAGE] add delete user option (#1577)
* add delete user functionality

* refactor to deleteMyself

* delete user relevant info from projects

* update status to deleted
2023-11-23 10:42:03 +01:00
Martin Šošić
080a1fdbf9
Removed ('update the db') comment from Mage download instructions 2023-11-20 12:22:16 +01:00
Kunal Prashant
62fddbcefc
Fix small typo in Mage FAQ.
Typos Fixed
2023-11-20 12:12:18 +01:00
Kristian Djaković
4c03042636
Added instructions to docs for running Wasp on Mac arm64 (install rosetta)
* Add MacOS Rosetta info to docs

* remove caution

* fix copy

* wrap in code box

* Update note title

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Add info on Mx chip

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-11-20 12:11:28 +01:00
Mihovil Ilakovac
0a9d1508aa Analytics
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-11-18 22:18:50 +01:00
Martin Šošić
b8dc241f0b
Fixed links to examples, added examples/README.md, improved some names. (#1542)
* Fixed links to examples, added examples/README.md, improved some names.

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>

* fix

---------

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
2023-11-17 15:02:32 +01:00
Martin Šošić
a4687e5865
Small improvements to docs. (#1500)
* Small improvements to docs.

* Update web/docs/advanced/deployment/cli.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/advanced/deployment/manually.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* fixes

* fix

---------

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-11-16 17:16:11 +01:00
Boris Martinovic
2b898ec836 Added "format" action to npm scripts and ran it 2023-11-16 17:15:18 +01:00
Boris Martinovic
6cfc495ca4 Run prettier format 2023-11-16 17:15:18 +01:00
Boris Martinovic
4c362f3651 New prettier config, ignore, added TW plugin 2023-11-16 17:15:18 +01:00
Martin Šošić
8627702750
Update README.md (sponsors) 2023-11-16 16:05:39 +01:00
Mihovil Ilakovac
ef6d6b1041
Username validation refactor (#1569) 2023-11-15 13:05:00 +01:00
Mihovil Ilakovac
3a5bba9b39
Bumps version (#1573) 2023-11-14 14:21:20 +01:00
Mihovil Ilakovac
37af3c3143
Update ChangeLog.md 2023-11-14 13:56:40 +01:00
Gleb Mirzayev
84f635589c
fix: stop code blocks shrinking on logo hover (#1552)
* fix: stop code blocks shrinking on logo hover

* fix: stop code blocks shrinking on logo hover

* add Link tag back just in case
2023-11-14 13:49:08 +01:00
Mihovil Ilakovac
4db82bf815
Escape Prisma command when running with script on Linux (#1561) 2023-11-14 13:32:15 +01:00
Mihovil Ilakovac
39620ee6b1 Merge branch 'release' 2023-11-13 10:49:33 +01:00
Mihovil Ilakovac
eb683fa4a8
Add fallback sans-serif font (#1568) 2023-11-11 23:28:04 +01:00
Mihovil Ilakovac
6eb54069ba Hide description in table 2023-11-09 16:12:05 +01:00
Mihovil Ilakovac
62aa2b72c4
Adjust the DB check error message (#1558) 2023-11-09 13:19:47 +01:00
Mihovil Ilakovac
96ea796067
Add check if migrations dir exists before copying (#1562) 2023-11-09 13:17:45 +01:00
vincanger
3dd6279366
[MAGE] GH login + so many aMAGEing updates (#1546)
* add modals

* keep GPT in title and meta tags

* add trycatch blocks to JSON methods

* remove alert from localstorage call

* check prev state for modal

* update og:title

* add login and profile page

* check if user has starred our repo

* change cover fotos

* remove GH api star check

* make more sub-components and shared logic

* add return statement

* update header & renaming

* add project converter functions

* rename the renaming of renamed names :)

* remove comments & order user projects
2023-11-07 11:24:57 +01:00
Mihovil Ilakovac
2752f889c8
Sets the minimum number of Fly machines to 1 (#1535) 2023-11-06 15:47:45 +01:00
Ikko Eltociear Ashimine
2b47abd36f
Fix typo in Token.hs (#1496)
accomodate -> accommodate

Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2023-11-06 12:43:17 +01:00
Mihovil Ilakovac
0f6ca6de5f
Fixes timeouts for Mage (#1555) 2023-11-02 13:31:05 +01:00
Ayaan B. Bordoloi
b203c7dcb2
fix-typo (#1551) 2023-10-30 11:32:50 +01:00
Mihovil Ilakovac
520c35af5c
Adds support for client subdir (#1516) 2023-10-27 15:12:47 +02:00
Mihovil Ilakovac
73776cadc8 Merge branch 'main' into release 2023-10-27 14:20:12 +02:00
Mihovil Ilakovac
9f31b3229e
Bumps version to 0.11.7 (#1545) 2023-10-27 14:19:53 +02:00
Mihovil Ilakovac
4762ae4a30 Merge branch 'main' into release 2023-10-27 13:58:52 +02:00
Mihovil Ilakovac
4aeddfbc9f Updates change log 2023-10-27 12:50:59 +02:00
Mihovil Ilakovac
e871e048fb
Fixes a Prisma SSL bug by bumping Prisma (#1544) 2023-10-27 12:47:25 +02:00
Gleb Mirzayev
be8d0af706
fix: small typo and home button behavior (#1541) 2023-10-27 12:34:32 +02:00
Mihovil Ilakovac
7590820331 Merge branch 'main' into release 2023-10-25 19:49:27 +02:00
Suyog Patil
adf37c16bb
Resolved: run CI workflow only when code inside waspc/ changes (#1485)
* chore: run CI worklow only when code inside waspc/ changes

* fix: on pull_request event for run CI worklow only when code inside waspc/ changes
2023-10-25 11:55:17 +02:00
Aditya Aryaman Das
1b2844d9f1
docs: corrected minute grammatical errors in README.md (#1529)
* Updated README.md

* Updated README.md
2023-10-25 11:18:11 +02:00
Filip Sodić
dd52280ace
Fix small mistakes in writing guide (#1532) 2023-10-23 17:08:42 +02:00
Boris Martinovic
440807a274
Fixed text visibility in roadmap section (#1488) 2023-10-23 15:16:54 +02:00
Filip Sodić
c671f0a43a
Add writing guide (#1525) 2023-10-20 18:24:40 +02:00
khanjan sanghavi
829e791d79
Fixed twitter-x icon (#1522)
* Fixed twitter-x icon

* final fix
2023-10-19 17:14:01 +02:00