|
|
|
|
|
by refulgentis
1176 days ago
|
|
Depending on what you're doing, you might find few-shot techniques useful. I used GPT 3.0 to maintain a code library in 4 languages, I'd write Dart (basically JS, so GPT knows it well), then give it a C++ equivalent of a function I had previously translated, and it could do any C++ from there. |
|