Skip to content

Commit

Permalink
Fix README format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma committed Feb 6, 2023
1 parent 610187c commit 57c9c37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,15 @@ Installed to ./data_files/131105_東京都_目黒区_大地震時における地

## [Generate](doc/en/generate.md)

Auto-generate code about target data using **ChatGPT**. For example, conversion processing, visualization processing, etc..
Auto-generate code about target data using **ChatGPT**. For example, conversion processing, visualization processing,
etc..

Combine the specified target data and prompt, send it to ChatGPT, output the code, and save it.

```
$ dim generate -t "./data.csv" "python code that convert this csv data to geojson"
```

specify the data name managed by dim for `-t`

```
Expand Down

0 comments on commit 57c9c37

Please sign in to comment.