Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Request to understand more on integration with other tools. #26

Closed
2796gaurav opened this issue May 31, 2023 · 3 comments
Closed

Request to understand more on integration with other tools. #26

2796gaurav opened this issue May 31, 2023 · 3 comments

Comments

@2796gaurav
Copy link

Hi, thanks for the demo video. Just wanted to understand how did you created gorilla spotlight feature and how can we create something out of it. Also i couldnt understand How we can integreate into langchain exactly.

@alonroth
Copy link

alonroth commented Jun 3, 2023

+1

@jmanhype
Copy link

jmanhype commented Jun 8, 2023

i THINK IT WILL HAVE TO BE WITH A LLM

@ShishirPatil
Copy link
Owner

ShishirPatil commented Jul 18, 2023

Hey @2796gaurav @alonroth @jmanhype @austinmw @tonxxd @Breezewrf Thanks for your interest.

Here is an example integration of 🦍 Gorilla with Langchain 🦜 colab notebook.

For the spotlight search, the front end is just an extension to the gorilla-cli wrapper. You can also call the CLI like this:

response = openai.ChatCompletion.create(
                api_base = "http://34.132.127.197:8000/v1",
                model='gorilla-bash-v0',
                temperature=0.1,
                messages=messages,
            )

Repository owner locked and limited conversation to collaborators Jul 27, 2023
@ShishirPatil ShishirPatil converted this issue into discussion #74 Jul 27, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants