chatgpt-api-old-v3
Travis Fischer 2022-12-02 18:50:56 -06:00
rodzic c1e8de8a48
commit b7fdbbdfec
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 block prefix):
```python
def bubble_sort(lst):