Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom tools to LLM #130

Open
xumeng12321 opened this issue Mar 26, 2024 · 1 comment
Open

Add custom tools to LLM #130

xumeng12321 opened this issue Mar 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@xumeng12321
Copy link

Describe the feature

Hi, I wonder if it is possible to add custom tools to the LLM to make it do something like, create a new cube in the scene.

@xumeng12321 xumeng12321 added the enhancement New feature or request label Mar 26, 2024
@amakropoulos
Copy link
Collaborator

hi, not at the moment!
you could do it somehow manually:
prompt the LLM to generate some code, then parse the response to extract it and call the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants