We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb1516 commit 968babaCopy full SHA for 968baba
tests/ModzyClient.test.js
@@ -6,7 +6,7 @@ const modzyClient = new ModzyClient({ apiKey });
6
7
const EXAMPLE_MODEL_ID = "ed542963de"; // Sentiment Analysis
8
const EXAMPLE_MODEL_NAME = "Sentiment Analysis"; // Sentiment Analysis
9
-const EXAMPLE_MODEL_VERSION = "1.0.27"; // Sentiment Analysis
+const EXAMPLE_MODEL_VERSION = "1.0.1"; // Sentiment Analysis
10
const EXAMPLE_MODEL_INPUT_NAME = "input.txt"; // Sentiment Analysis
11
12
describe("Setup", () => {
0 commit comments