[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/llm a0d15b8a8e: Fix test which had the previous incorre
From: |
ELPA Syncer |
Subject: |
[elpa] externals/llm a0d15b8a8e: Fix test which had the previous incorrect gpt-4o context len |
Date: |
Sat, 6 Jul 2024 21:58:31 -0400 (EDT) |
branch: externals/llm
commit a0d15b8a8e7948208210da8599cce2711430ff24
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>
Fix test which had the previous incorrect gpt-4o context len
---
llm-test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llm-test.el b/llm-test.el
index 8b08d768da..45777d3704 100644
--- a/llm-test.el
+++ b/llm-test.el
@@ -98,7 +98,7 @@
(should-have-token-limit "gpt-4-32k" 32768)
(should-have-token-limit "gpt-4-0613" 8192)
(should-have-token-limit "gpt-4-32k-0613" 32768)
- (should-have-token-limit "gpt-4o" 128000)))
+ (should-have-token-limit "gpt-4o" 30000)))
(ert-deftest llm-test-chat-token-limit-gemini ()
(should (= 30720 (llm-chat-token-limit (make-llm-gemini))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/llm a0d15b8a8e: Fix test which had the previous incorrect gpt-4o context len,
ELPA Syncer <=