Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNotSus authored Sep 23, 2024
1 parent 0a6b8f4 commit e699668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const cors = require("cors");
const axios = require("axios");
const dotenv = require("dotenv");
const tokenLimit = 1000000;
let tokenUsage = 1000000;
let tokenUsage = 0;
const modelPrimary = "llama-3.1-70b-versatile";
const modelBackup = "llama3-groq-70b-8192-tool-use-preview";
dotenv.config();
Expand Down

0 comments on commit e699668

Please sign in to comment.