mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-05-28 11:02:12 -04:00
add cool gpt3 examples
This commit is contained in:
parent
0e8871e15e
commit
88d4a6f793
16 changed files with 205 additions and 0 deletions
19
GPT3/README.md
Normal file
19
GPT3/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
## GPT3
|
||||
|
||||
<br>
|
||||
|
||||
### resources
|
||||
|
||||
* [fix python bugs](https://platform.openai.com/playground/p/default-fix-python-bugs?model=code-davinci-002)
|
||||
* [explain code](https://platform.openai.com/playground/p/default-explain-code?model=code-davinci-002)
|
||||
* [translate code](https://platform.openai.com/playground/p/default-translate-code?model=code-davinci-002)
|
||||
* [translate sql](https://platform.openai.com/playground/p/default-sql-translate?model=code-davinci-002)
|
||||
* [calculate time complexity](https://platform.openai.com/playground/p/default-time-complexity?model=text-davinci-003)
|
||||
* [text to programmatic command](https://platform.openai.com/playground/p/default-text-to-command?model=text-davinci-003)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### cool projects
|
||||
|
||||
* [travel here, by dabit](https://gpt-travel-advisor.vercel.app/)
|
Loading…
Add table
Add a link
Reference in a new issue