spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
147 stars 58 forks source link

Update add-project code to use the latest AI model #413

Open ericthewizard opened 1 year ago

ericthewizard commented 1 year ago

I have a tool that allows developers to generate all of the initial code/documentation/tests for adding a new mission to PySPEDAS from a YAML file using OpenAI's GPT model:

https://github.com/supervised/pyspedas-add-project

The model this uses (Codex) was deprecated, and is no longer available, so this needs to be updated to GPT-4.

Also need to move it over to the SPEDAS org.

jameswilburlewis commented 10 months ago

Forked copy of the repo now available under the spedas organization.