We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf7c23 commit acadc2cCopy full SHA for acadc2c
2 files changed
app/server/version.txt
@@ -1 +1 @@
1
-2.0.4
+2.0.5
releases/server/CHANGELOG.md
@@ -1,3 +1,10 @@
+## Server Version 2.0.5
2
+- Fix for a bug that was causing occasional model errors. Model calls should be much more reliable now.
3
+- Better error handling and error messages for model errors (rate limits or other errors).
4
+- No error retries for rate limit errors.
5
+- Fixed bug that caused retries to add the prompt to the conversation multiple times.
6
+- Error responses with no output no longer create a log entry.
7
+
8
## Server Version 2.0.4
9
- **Stability**
10
- Enhanced database locking mechanisms.
0 commit comments