Compare commits

..

9 Commits

Author SHA1 Message Date
sweep-ai[bot] c09bf01551 Merge main into sweep/fix-env-variable-loading 2023-11-15 23:56:48 +00:00
sweep-ai[bot] 3170fcc216 Merge main into sweep/fix-env-variable-loading 2023-11-15 04:55:25 +00:00
sweep-ai[bot] 9a622d3aaa Merge main into sweep/fix-env-variable-loading 2023-11-15 04:49:33 +00:00
sweep-ai[bot] a69de1f89f Merge main into sweep/fix-env-variable-loading 2023-11-15 01:24:47 +00:00
sweep-ai[bot] 8a998ceb38 Merge main into sweep/fix-env-variable-loading 2023-11-15 00:21:38 +00:00
sweep-ai[bot] 718806df11 Merge main into sweep/fix-env-variable-loading 2023-11-15 00:18:16 +00:00
sweep-ai[bot] e7db00e4b3 Merge main into sweep/fix-env-variable-loading 2023-11-14 23:05:48 +00:00
sweep-ai[bot] ec0b149a90 Merge main into sweep/fix-env-variable-loading 2023-11-14 20:08:15 +00:00
sweep-ai[bot] bce1694df7 feat: Updated packages/create-llama/templates/inde 2023-11-14 19:37:42 +00:00
7 changed files with 8 additions and 23 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"create-llama": patch
---
Fix Next deployment (thanks @seldo and @marcusschiesser)
+1 -1
View File
@@ -4,7 +4,7 @@
### Patch Changes
- 63f2108: Add multimodal support (thanks @marcusschiesser)
- 63f2108: Add multimodal support (thanks Marcus)
## 0.0.34
+4 -10
View File
@@ -1,16 +1,10 @@
# create-llama
## 0.0.7
### Patch Changes
- 9f9f293: Added more to README and made it easier to switch models (thanks @seldo)
## 0.0.6
### Patch Changes
- 4431ec7: Label bug fix (thanks @marcusschiesser)
- 4431ec7: Label bug fix
## 0.0.5
@@ -22,16 +16,16 @@
### Patch Changes
- 031e926: Update create-llama readme (thanks @logan-markewich)
- 031e926: Update create-llama readme (thanks Logan)
## 0.0.3
### Patch Changes
- 91b42a3: change version (thanks @marcusschiesser)
- 91b42a3: change version (thanks Marcus)
## 0.0.2
### Patch Changes
- e2a6805: Hello Create Llama (thanks @marcusschiesser)
- e2a6805: Hello Create Llama (thanks Marcus!)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.0.7",
"version": "0.0.6",
"keywords": [
"rag",
"llamaindex",
+2
View File
@@ -1,5 +1,6 @@
import { copy } from "../helpers/copy";
import { callPackageManager } from "../helpers/install";
import dotenv from 'dotenv';
import fs from "fs/promises";
import os from "os";
@@ -71,6 +72,7 @@ const copyTestData = async (
}
}
};
dotenv.config();
const rename = (name: string) => {
switch (name) {
@@ -2,9 +2,6 @@
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ["llamaindex"],
outputFileTracingIncludes: {
"/*": ["./cache/**/*"],
},
},
};
@@ -2,9 +2,6 @@
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ["llamaindex"],
outputFileTracingIncludes: {
"/*": ["./cache/**/*"],
},
},
};