Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardv2 authored Jul 13, 2023
1 parent d2cd0ef commit 114f5b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ https://github.com/blinq-dev/laravel-synth/assets/168357/70bc57a5-0aa8-439f-95af
php artisan vendor:publish --tag=synth-config
```

Here you can change the used model (gpt4 versus gpt3)

3. Set your OpenAI API key in the `.env` file:

``` OPENAI_KEY=YOUR_API_KEY ```
Expand All @@ -42,6 +44,7 @@ This will open the Synth CLI, where you can interact with the GPT model and perf

### Features 🌟
- Automatically switch from small to large model when needed (gpt-3.5-turbo vs gpt-3.5-turbo-16k) πŸ”„
- Include the whole database schema as an attachment
- Uses the functions API of OpenAI πŸ‘¨β€πŸ’»
- Cancel generation with Ctrl+C 🚫⌨
- Attachments: Attach files to the conversation with GPT. πŸ—‚οΈ
Expand Down

0 comments on commit 114f5b0

Please sign in to comment.