mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-15 05:08:15 -04:00
[PR #135] [MERGED] feat: image generator tool #283
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/135
Author: @thucpn
Created: 6/20/2024
Status: ✅ Merged
Merged: 6/24/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/image-generator-tool📝 Commits (9)
7ee3a51feat: image generator toole8828defix: lint74429c9Create fifty-mugs-suffer.md5096720add support for pythonb7c9d95add construct tool env var from configffd2f9badd method to prepare output directory in ImageGeneratorTool07a66fcrefactor: support full esm for express template (#137)9a7a8c3change to eslintrc.json fileb87455bremove change from copy.ts📊 Changes
13 files changed (+272 additions, -14 deletions)
View changed files
➕
.changeset/fifty-mugs-suffer.md(+5 -0)📝
helpers/tools.ts(+18 -0)📝
templates/components/engines/python/agent/tools/__init__.py(+1 -1)📝
templates/components/engines/python/agent/tools/duckduckgo.py(+1 -1)➕
templates/components/engines/python/agent/tools/img_gen.py(+108 -0)📝
templates/components/engines/python/agent/tools/interpreter.py(+5 -4)📝
templates/components/engines/python/agent/tools/weather.py(+1 -1)➕
templates/components/engines/typescript/agent/tools/img-gen.ts(+112 -0)📝
templates/components/engines/typescript/agent/tools/index.ts(+4 -0)📝
templates/types/streaming/express/eslintrc.json(+3 -0)📝
templates/types/streaming/express/package.json(+11 -5)📝
templates/types/streaming/express/prettier.config.cjs(+0 -0)📝
templates/types/streaming/nextjs/package.json(+3 -2)📄 Description
Summary by CodeRabbit
New Features
Dependencies
"form-data": "^4.0.0"topackage.jsonfor both Express and Next.js templates."got"dependency to"^14.4.1"in Next.js template.Bug Fixes
get_toolsfunctions to accept keyword arguments for better flexibility.Configuration
"sourceType": "module".package.jsonin Express template to include"formdata-node": "^6.0.3"and updated build scripts.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.