File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,11 @@ LangChain Coder AI integrates with [GEMINI AI](https://deepmind.google/technolog
188
188
189
189
## Versioning
190
190
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
+
191
196
** Version 1.5** includes these features:
192
197
- ** GEMINI AI Integration** : LangChain Coder AI integrates with GEMINI AI.
193
198
- ** Customizable Settings** : Adjust Tokens, Temperature, and set your API Key directly in the settings.
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def main():
136
136
general_utils = GeneralUtils ()
137
137
138
138
# Streamlit UI
139
- st .title ("LangChain Coder - AI 🦜🔗" )
139
+ st .title ("LangChain Coder - AI - v1.6 🦜🔗" )
140
140
logger .info ("LangChain Coder - AI 🦜🔗" )
141
141
142
142
# Support
You can’t perform that action at this time.
0 commit comments