Skip to content

Commit 1aa311c

Browse files
committed
Re-fromat files, paths, and file path check/gen
1 parent 3b79c08 commit 1aa311c

File tree

5 files changed

+176
-615
lines changed

5 files changed

+176
-615
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ This project harnesses the power of OpenAI's GPT models to summarize LeetCode pr
4040
- Make sure you have your problem inputs ready in `prompt_arguments.csv`.
4141

4242
6. **File Structure and Data Schemas:**
43-
- `app.log`: Logs all runtime information, including progress updates and errors. Data schema: Timestamp, Log Level, Message.
44-
- `prompts.log`: Stores detailed prompt templates used for each request. Data schema: Prompt Template, Problem.
43+
- `logs/app.log`: Logs all runtime information, including progress updates and errors. Data schema: Timestamp, Log Level, Message.
44+
- `logs/prompts.log`: Stores detailed prompt templates used for each request. Data schema: Prompt Template, Problem.
4545
- `prompt_arguments.csv`: Input file containing LeetCode problem descriptions. Should have a header named "problem" followed by rows containing individual problem descriptions or titles.
4646

4747
### Open AI Platform Issues
@@ -64,7 +64,7 @@ This project harnesses the power of OpenAI's GPT models to summarize LeetCode pr
6464
## 🎶 A Fun Fact
6565

6666
- 🎧: This README and the accompanying code were crafted while listening to some energetic techno beats! 🎶 Techno is love ❤️.
67-
- <img src="image.png" alt="Alt text" style="width: 15px; height: 15px;"> Check out some of my DJ mixes (Organic House, Melodic House and Techno) [here on Soundcloud](https://soundcloud.com/alirezadir)!
67+
- <img src="imgs/soundlcloud.png" alt="Alt text" style="width: 15px; height: 15px;"> Check out some of my DJ mixes (Organic House, Melodic House and Techno) [here on Soundcloud](https://soundcloud.com/alirezadir)!
6868
- 🎧🎵 My current favorite track: [Simulation](https://open.spotify.com/playlist/3p52wFvY1hYMzjQJnkkfxW) *by "Anyma & Chris Avantgarde".*
6969

7070
## 🙌 Credits

0 commit comments

Comments
 (0)