@empiricalrun/test-gen 0.38.22 → 0.38.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @empiricalrun/test-gen
2
2
 
3
+ ## 0.38.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 31a68b4: fix: downgraded claude to claude-3-5-sonnet-20240620
8
+ - Updated dependencies [31a68b4]
9
+ - @empiricalrun/llm@0.9.27
10
+
3
11
  ## 0.38.22
4
12
 
5
13
  ### Patch Changes
@@ -131,7 +131,7 @@ async function getUpdateTestCodeCompletion({ testCase, testFileContent, testFile
131
131
  const llm = new llm_1.LLM({
132
132
  trace,
133
133
  provider: "anthropic",
134
- defaultModel: "claude-3-5-sonnet-latest",
134
+ defaultModel: "claude-3-5-sonnet-20240620",
135
135
  providerApiKey: constants_1.MODEL_API_KEYS["anthropic"],
136
136
  });
137
137
  const firstShotMessage = await llm.createChatCompletion({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empiricalrun/test-gen",
3
- "version": "0.38.22",
3
+ "version": "0.38.23",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -59,9 +59,9 @@
59
59
  "ts-morph": "^24.0.0",
60
60
  "tsx": "^4.16.2",
61
61
  "typescript": "^5.3.3",
62
- "@empiricalrun/llm": "^0.9.26",
63
- "@empiricalrun/reporter": "^0.21.4",
64
- "@empiricalrun/r2-uploader": "^0.3.7"
62
+ "@empiricalrun/llm": "^0.9.27",
63
+ "@empiricalrun/r2-uploader": "^0.3.7",
64
+ "@empiricalrun/reporter": "^0.21.4"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/detect-port": "^1.3.5",