mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-06-20 20:54:09 -04:00
Organize to start adding modern models and agents (#20)
This commit is contained in:
parent
94d09f6fba
commit
bce672f1d2
34 changed files with 846 additions and 309 deletions
16
GPT/README.md
Normal file
16
GPT/README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
## gpt
|
||||
|
||||
<br>
|
||||
|
||||
### cool resources
|
||||
|
||||
<br>
|
||||
|
||||
* **[vscode chatgpt plugin](https://github.com/mpociot/chatgpt-vscode) (and [here](https://marketplace.visualstudio.com/items?itemName=timkmecl.chatgpt))**
|
||||
* **[scispace extension (paper explainer)](https://chrome.google.com/webstore/detail/scispace-copilot/cipccbpjpemcnijhjcdjmkjhmhniiick/related)**
|
||||
* **[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)**
|
Loading…
Add table
Add a link
Reference in a new issue