Skip to content

Commit 6aa7a31

Browse files
committed
Minor fixes
1 parent f470cfb commit 6aa7a31

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build: install
3232
--exclude matplotlib \
3333
--exclude PyQt5 \
3434
--exclude share \
35-
--icon assets/py-tgpt.png
35+
--icon assets/logo.png
3636

3737
# Target to clean up build artifacts
3838
clean:

docs/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ python-tgpt
4242

4343
This project enables seamless interaction with [LLaMA](https://ai.meta.com/llama/) AI without requiring an API Key.
4444

45-
The name *python-tgpt* draws inspiration from its parent project [tgpt](https://github.com/aandrew-me/tgpt), which operates on [golang](https://go.dev/). Through this Python adaptation, users can effortlessly engage with LLaMA's capabilities, fostering a smoother AI interaction experience.
45+
The name *python-tgpt* draws inspiration from its parent project [tgpt](https://github.com/aandrew-me/tgpt), which operates on [Golang](https://go.dev/). Through this Python adaptation, users can effortlessly engage with LLaMA's capabilities, fostering a smoother AI interaction experience.
46+
47+
Got it! Here's an updated list, highlighting the support for "awesome-chatgpt" prompts as an independent feature:
4648

4749
### Features
4850

@@ -53,7 +55,8 @@ The name *python-tgpt* draws inspiration from its parent project [tgpt](https://
5355
- 🐍 Python package
5456
- 🌊 Stream and non-stream response
5557
- 🚀 Ready to use (No API key required)
56-
- ⛓️ Chained requests via proxy.
58+
- ⛓️ Chained requests via proxy
59+
- 🤖 Pass [awesome-chatgpt prompts](https://github.com/f/awesome-chatgpt-prompts) easily
5760

5861
## Prerequisites
5962

0 commit comments

Comments
 (0)