Skip to content

Releases: run-llama/create-llama

v0.3.25

27 Dec 06:12
eec237c
Compare
Choose a tag to compare

Patch Changes

v0.3.24

27 Dec 02:55
163492f
Compare
Choose a tag to compare

Patch Changes

  • a84743c: Change --agents paramameter to --use-case
  • a84743c: Add LlamaCloud support for Reflex templates
  • a7a6592: Fix the npm issue on the full-stack Python template
  • fc5e56e: bump: code interpreter v1

v0.3.23

24 Dec 09:41
af21426
Compare
Choose a tag to compare

Patch Changes

  • 9077cae: Add contract review use case (Python)

v0.3.22

12 Dec 03:58
765d2c4
Compare
Choose a tag to compare

Patch Changes

  • 25667d4: Make OpenAPI spec usable by custom GPTs

v0.3.21

06 Dec 09:42
9852e73
Compare
Choose a tag to compare

Patch Changes

v0.3.20

06 Dec 05:16
71f29ea
Compare
Choose a tag to compare

Patch Changes

  • 27d2499: Bump the LlamaCloud library and fix breaking changes (Python).

v0.3.19

02 Dec 04:40
a07f320
Compare
Choose a tag to compare

Patch Changes

  • f9a057d: Add support multimodal indexes (e.g. from LlamaCloud)
  • aedd73d: bump: chat-ui

v0.3.18

27 Nov 09:57
da4505a
Compare
Choose a tag to compare

Patch Changes

  • fe90a7e: chore: bump ai v4
  • 02b2473: Show streaming errors in Python, optimize system prompts for tool usage and set the weather tool as default for the Agentic RAG use case
  • 63e961e: Use auto_routed retriever mode for LlamaCloudIndex

v0.3.17

22 Nov 09:37
f17449b
Compare
Choose a tag to compare

Patch Changes

  • 28c8808: Add fly.io deployment
  • 0a7dfcf: Generate NEXT_PUBLIC_CHAT_API for NextJS backend to specify alternative backend

v0.3.16

21 Nov 04:41
6e70e32
Compare
Choose a tag to compare

Patch Changes

  • 8b371d8: Set pydantic version to <2.10 to avoid incompatibility with llama-index.
  • 30fe269: Deactive duckduckgo tool for TS
  • 30fe269: Replace DuckDuckGo by Wikipedia tool for agentic template