@@ -20,7 +20,7 @@ We are looking for members to develop together as an open source community.
2020- 🔧 Prepare all open data needed for the project in one command by using the ` dim.json ` recorded by someone else
2121- 🚀 General post-processing, such as unzip, encoding, etc., is available from the start
2222- 🔍 Search open-data from CKAN
23- - 🧠 Generate code to process data using ** ChatGPT **
23+ - 🧠 Generate code to process data using ** GPT-3 **
2424
2525# Document
2626
@@ -325,7 +325,7 @@ Installed to ./data_files/131105_東京都_目黒区_大地震時における地
325325
326326## [ Generate] ( doc/en/generate.md )
327327
328- Auto-generate code about target data using ** ChatGPT ** . For example, conversion processing, visualization processing,
328+ Auto-generate code about target data using ** GPT-3 ** . For example, conversion processing, visualization processing,
329329etc..
330330<img src =" https://user-images.githubusercontent.com/6661165/216978343-0c1cbedb-e709-4501-8068-deca12e805b0.gif " width =800 />
331331
@@ -337,7 +337,7 @@ $ export OPENAI_API_KEY=xxxxxxxxxxxxxxxxxxxxx
337337
338338You can get APIKey URL: https://platform.openai.com/account/api-keys
339339
340- Combine the specified target data and prompt, send it to ChatGPT , output the code, and save it.
340+ Combine the specified target data and prompt, send it to GPT-3 API , output the code, and save it.
341341
342342```
343343$ dim generate -t "./data.csv" "Python code that converts this csv data to geojson"
0 commit comments