chatgpt-api-old-v3
Travis Fischer 2022-12-02 18:50:31 -06:00
rodzic 83667f4fa7
commit c1e8de8a48
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ async function example() {
}
```
Which outputs a similar reponse to the following (as a markdown string, including the `\`\`\`python` code prefix):
Which outputs a similar reponse to the following (as a markdown string, including the _\`\`\`python_ code prefix):
```python
def bubble_sort(lst):