changed openai to chatgpt

This commit is contained in:
matthias@arch 2022-12-10 23:58:27 +01:00
parent 0f796c32ae
commit e96c5dad2b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Today's language: **gnu x86-64** (and alternatively **C**) Today's language: **gnu x86-64** (and alternatively **C**)
Today I wanted to use OpenAI to solve the tasks using *gnu* **x86-64 assembly**, which I have never used before Today I wanted to use ChatGPT to solve the tasks using *gnu* **x86-64 assembly**, which I have never used before
(I did some small things in [6502-asssembly](https://github.com/MatthiasQuintern/6502), so it wasn't all new). (I did some small things in [6502-asssembly](https://github.com/MatthiasQuintern/6502), so it wasn't all new).
The prompt can be seen in `prompt.md`, the original file in `day4-by-ai.s`. The prompt can be seen in `prompt.md`, the original file in `day4-by-ai.s`.
It did a lot of things right, however it also did a lot of things wrong: It did a lot of things right, however it also did a lot of things wrong:

View File

@ -9,7 +9,7 @@ The directories for each day contain my input file, my code and a README that sh
## Recommended Days ## Recommended Days
These are the days with to most interesting code so far: These are the days with to most interesting code so far:
1. **day 4**: *x86-64 assembly* with the help of OpenAI 1. **day 4**: *x86-64 assembly* with the help of ChatGPT
2. **day 6**: *html+javascript* [check it out here](https://quintern.xyz/advent22/day6.html) 2. **day 6**: *html+javascript* [check it out here](https://quintern.xyz/advent22/day6.html)
3. **day 7**: *awk+bash* 3. **day 7**: *awk+bash*