Skip to content

Commit

Permalink
Merge pull request #881 from NoodleOfDeath/dev
Browse files Browse the repository at this point in the history
~worker
  • Loading branch information
NoodleOfDeath authored Mar 18, 2024
2 parents 6da2fbe + 0941a54 commit 4fa5a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/src/services/scribe/ScribeService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
} from '../../api/v1/schema';
import { BaseService } from '../base';

const MIN_TOKEN_COUNT = 50;
const MIN_TOKEN_COUNT = 55;
const MAX_OPENAI_TOKEN_COUNT = Number(process.env.MAX_OPENAI_TOKEN_COUNT || 1500);

const OLD_NEWS_THRESHOLD = process.env.OLD_NEWS_THRESHOLD || '1d';
Expand Down

0 comments on commit 4fa5a16

Please sign in to comment.