You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello
maybe could add a env fetching like in route chat
// Get the token from environment variables if available
let token = process.env.TOKEN;
if (!token) {
// Fall back to the old logic to split and sample token from headers
const tokens = chat.tokenSplit(request.headers.authorization);
token = _.sample(tokens);
}
The text was updated successfully, but these errors were encountered:
hello
maybe could add a env fetching like in route chat
The text was updated successfully, but these errors were encountered: