mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-18 12:49:07 +02:00
chore(ci): switch back to gpt-4o-mini for higher quota
This commit is contained in:
@@ -101,7 +101,7 @@ function buildUserMessage(candidate) {
|
|||||||
return truncate(msg, MAX_USER_MESSAGE_CHARS);
|
return truncate(msg, MAX_USER_MESSAGE_CHARS);
|
||||||
}
|
}
|
||||||
|
|
||||||
const MODEL = "gpt-4o";
|
const MODEL = "gpt-4o-mini";
|
||||||
const MAX_RETRIES = 5;
|
const MAX_RETRIES = 5;
|
||||||
|
|
||||||
function sleep(ms) {
|
function sleep(ms) {
|
||||||
|
|||||||
Reference in New Issue
Block a user