Skip to content

Commit

Permalink
Update index.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 13, 2024
1 parent b3061fb commit 30bfd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/routers/edge/config/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('configRouter', () => {
describe('OPENROUTER_MODEL_LIST', () => {
it('custom deletion, addition, and renaming of models', async () => {
process.env.OPENROUTER_MODEL_LIST =
'-all,+google/gemma-7b-it:free,+mistralai/mistral-7b-instruct:free';
'-all,+meta-llama/llama-3.1-8b-instruct:free,+google/gemma-2-9b-it:free';

const response = await router.getGlobalConfig();

Expand Down

0 comments on commit 30bfd7b

Please sign in to comment.