mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-30 22:26:42 +00: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);
|
||||
}
|
||||
|
||||
const MODEL = "gpt-4o";
|
||||
const MODEL = "gpt-4o-mini";
|
||||
const MAX_RETRIES = 5;
|
||||
|
||||
function sleep(ms) {
|
||||
|
||||
Reference in New Issue
Block a user