Compare commits

..

1 Commits

Author SHA1 Message Date
yisding 9f9f29391e changeset 2023-11-15 16:25:07 -08:00
4 changed files with 10 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"create-llama": patch
---
Added more to README and made it easier to switch models (thanks @seldo)
+1 -1
View File
@@ -4,7 +4,7 @@
### Patch Changes
- 63f2108: Add multimodal support (thanks Marcus)
- 63f2108: Add multimodal support (thanks @marcusschiesser)
## 0.0.34
+4 -4
View File
@@ -4,7 +4,7 @@
### Patch Changes
- 4431ec7: Label bug fix
- 4431ec7: Label bug fix (thanks @marcusschiesser)
## 0.0.5
@@ -16,16 +16,16 @@
### Patch Changes
- 031e926: Update create-llama readme (thanks Logan)
- 031e926: Update create-llama readme (thanks @logan-markewich)
## 0.0.3
### Patch Changes
- 91b42a3: change version (thanks Marcus)
- 91b42a3: change version (thanks @marcusschiesser)
## 0.0.2
### Patch Changes
- e2a6805: Hello Create Llama (thanks Marcus!)
- e2a6805: Hello Create Llama (thanks @marcusschiesser)
-2
View File
@@ -1,6 +1,5 @@
import { copy } from "../helpers/copy";
import { callPackageManager } from "../helpers/install";
import dotenv from 'dotenv';
import fs from "fs/promises";
import os from "os";
@@ -72,7 +71,6 @@ const copyTestData = async (
}
}
};
dotenv.config();
const rename = (name: string) => {
switch (name) {