Skip to content

Commit e7ea4a1

Browse files
committed
Update README.md and script.py
1 parent a0ec9be commit e7ea4a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ LangChain Coder AI integrates with [GEMINI AI](https://deepmind.google/technolog
188188

189189
## Versioning
190190

191+
**Version 1.6** includes these features:
192+
- **GEMINI AI Free Tier**: LangChain Coder AI integrates with GEMINI AI Free Tier.
193+
- **Code Debugger**: LangChain Coder AI integrates with Code Debugger.
194+
- **New UI/UX design**: LangChain Coder AI integrates with new UI/UX design.
195+
191196
**Version 1.5** includes these features:
192197
- **GEMINI AI Integration**: LangChain Coder AI integrates with GEMINI AI.
193198
- **Customizable Settings**: Adjust Tokens, Temperature, and set your API Key directly in the settings.

script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def main():
136136
general_utils = GeneralUtils()
137137

138138
# Streamlit UI
139-
st.title("LangChain Coder - AI 🦜🔗")
139+
st.title("LangChain Coder - AI - v1.6 🦜🔗")
140140
logger.info("LangChain Coder - AI 🦜🔗")
141141

142142
# Support

0 commit comments

Comments
 (0)