Skip to content

Commit

Permalink
Merge pull request #22 from chr-hertel/gpt-context
Browse files Browse the repository at this point in the history
Split GPT context in system and user prompts
  • Loading branch information
chr-hertel authored Oct 1, 2023
2 parents d26a8e8 + 4155406 commit 4e7ab7c
Show file tree
Hide file tree
Showing 3 changed files with 841 additions and 819 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Setup
**Steps**

```bash
$ git clone [email protected]:chr-hertel/decomplex.git
$ cd decomplex
$ composer install
$ npm install
$ npm run dev
$ docker-compose up -d
$ symfony console doctrine:database:create
$ symfony console doctrine:migration:migrate --no-interaction
$ symfony console doctrine:database:create --env=test
$ symfony console doctrine:migration:migrate --env=test --no-interaction
$ symfony serve -d
git clone [email protected]:chr-hertel/decomplex.git
cd decomplex
composer install
npm install
npm run dev
docker-compose up -d
symfony console doctrine:database:create
symfony console doctrine:migration:migrate --no-interaction
symfony console doctrine:database:create --env=test
symfony console doctrine:migration:migrate --env=test --no-interaction
symfony serve -d
```
Loading

0 comments on commit 4e7ab7c

Please sign in to comment.