Skip to content

Commit 32e92cb

Browse files
authored
LLM independent (#7)
1 parent e960e73 commit 32e92cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Code Buddy Assist is a powerful tool designed to enhance your coding experience
2121

2222
Code Buddy Assist transforms the way developers interact with AI, creating a personalized coding companion that understands the nuances of your project and can assist at every stage of development.
2323

24+
## Benefits of LLM Independence
25+
26+
Some LLM-based code assistants run into usage limits or restrictions, which can interrupt the development workflow. Since Code Buddy Assist is LLM-independent, it allows you to easily switch to another LLM when running into usage limits or when specific LLM features are needed. This flexibility ensures continuous and uninterrupted coding assistance, adapting to your evolving needs.
27+
2428
## Installation
2529

2630
To install Code Buddy Assist, run the following command:

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# version.py
2-
__version__ = "0.4.0"
2+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)