Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/silly-keys-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-rivers-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-crews-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-cameras-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-boats-shake.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# create-llama

## 0.1.7

### Patch Changes

- 260d37a: Add system prompt env variable for TS
- bbd5b8d: Fix postgres connection leaking issue
- bb53425: Support HTTP proxies by setting the GLOBAL_AGENT_HTTP_PROXY env variable
- 69c2e16: Fix streaming for Express
- 7873bfb: Update Ollama provider to run with the base URL from the environment variable

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-llama",
"version": "0.1.6",
"version": "0.1.7",
"description": "Create LlamaIndex-powered apps with one command",
"keywords": [
"rag",
Expand Down