joshpxyne / gpt-migrate

Easily migrate your codebase from one framework or language to another.
https://gpt-migrate.com
MIT License
6.85k stars 485 forks source link

Add information about available internal functions #32

Closed MkuuWaUjinga closed 1 year ago

MkuuWaUjinga commented 1 year ago

This PR addresses #5 and #26 by

  1. generating function signatures and descriptions for internal target code functions.
  2. adding this information to the migration prompt based on the internal file dependencies in the source repository

Design decisions

joshpxyne commented 1 year ago

Great work!!