mirror of
https://github.com/autistic-symposium/ml-ai-agents-py.git
synced 2025-08-18 11:07:49 -04:00
chores: refactor for the new ai research, add linter, gh action, etc (#27)
This commit is contained in:
parent
fb4ab80dc3
commit
d5467e559f
40 changed files with 5177 additions and 2476 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
<br>
|
||||
|
||||
* **[opeanai](opeanai)**
|
||||
* **[google's gemini](gemini)**
|
||||
* **[openAI](openAI)**
|
||||
* **[claude](claude)**
|
||||
* **[gemini](gemini)**
|
||||
* **[deepseek](deepseek)**
|
||||
|
||||
<br>
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
#### articles
|
||||
|
||||
* **[people cannot distinguish gpt-4 from a human in a turing test, by c. jones et al (2024)](https://arxiv.org/pdf/2405.08007)**
|
||||
* **[people cannot distinguish gpt-4 from a human in a turing test, by c.
|
||||
|
||||
<br>
|
||||
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### cool resources
|
||||
|
||||
<br>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
<br>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/user-attachments/assets/42b8c4ac-4359-422a-a0a4-dd4ff0ec6e75" width="60%" align="center" style="padding:1px;border:1px solid black;" />
|
||||
<img src="https://github.com/user-attachments/assets/a1b2b912-8700-439f-8ad8-db415c94ad0b" width="60%" align="center" style="padding:1px;border:1px solid black;" />
|
||||
<img src="https://github.com/user-attachments/assets/42b8c4ac-4359-422a-a0a4-dd4ff0ec6e75" width="60%" align="center"
|
||||
style="padding:1px;border:1px solid black;" />
|
||||
<img src="https://github.com/user-attachments/assets/a1b2b912-8700-439f-8ad8-db415c94ad0b" width="60%" align="center"
|
||||
style="padding:1px;border:1px solid black;" />
|
||||
</p>
|
||||
|
|
|
@ -1 +1 @@
|
|||
## gemini
|
||||
## gemini
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
## openai
|
||||
## openAI
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
<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)**
|
||||
* **[vscode chatgpt plugin](https://github.com/mpociot/chatgpt-vscode)**
|
||||
* **[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)**
|
||||
* **[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