Skip to content
Snippets Groups Projects
CHANGELOG.md 1.55 KiB
Newer Older
# create-llama

## 0.0.14

### Patch Changes

- 2e6b36e: fix: re-organize file structure
- 2b356c8: fix: relative path incorrect

## 0.0.13

### Patch Changes

- Added PostgreSQL vector store (for Typescript and Python)
- Improved async handling in FastAPI

Marcus Schiesser's avatar
Marcus Schiesser committed
## 0.0.12

### Patch Changes

- 9c5e22a: Added cross-env so frontends with Express/FastAPI backends are working under Windows
- 5ab65eb: Bring Python templates with TS templates to feature parity
- 9c5e22a: Added vector DB selector to create-llama (starting with MongoDB support)

yisding's avatar
yisding committed
## 0.0.11

### Patch Changes

- 2aeb341: - Added option to create a new project based on community templates
  - Added OpenAI model selector for NextJS projects
  - Added GPT4 Vision support (and file upload)

yisding's avatar
yisding committed
## 0.0.10

### Patch Changes

- Bugfixes (thanks @marcusschiesser)

yisding's avatar
yisding committed
## 0.0.9

### Patch Changes

- acfe232: Deployment fixes (thanks @seldo)

yisding's avatar
yisding committed
## 0.0.8

### Patch Changes

- 8cdb07f: Fix Next deployment (thanks @seldo and @marcusschiesser)

yisding's avatar
yisding committed
## 0.0.7

### Patch Changes

- 9f9f293: Added more to README and made it easier to switch models (thanks @seldo)

yisding's avatar
yisding committed
## 0.0.6

### Patch Changes

yisding's avatar
yisding committed
- 4431ec7: Label bug fix (thanks @marcusschiesser)
yisding's avatar
yisding committed

yisding's avatar
yisding committed
## 0.0.5

### Patch Changes

- 25257f4: Fix issue where it doesn't find OpenAI Key when running npm run generate (#182) (thanks @RayFernando1337)

yisding's avatar
yisding committed
## 0.0.4

### Patch Changes

yisding's avatar
yisding committed
- 031e926: Update create-llama readme (thanks @logan-markewich)
yisding's avatar
yisding committed

yisding's avatar
yisding committed
## 0.0.3

### Patch Changes

yisding's avatar
yisding committed
- 91b42a3: change version (thanks @marcusschiesser)
yisding's avatar
yisding committed

## 0.0.2

### Patch Changes

yisding's avatar
yisding committed
- e2a6805: Hello Create Llama (thanks @marcusschiesser)