Skip to content

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

Answered by ShishirPatil
2796gaurav asked this question in Q&A
Discussion options

You must be logged in to vote

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

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

Here is a Discussion thread on integrations with Weviate.

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,
            )

Let us know what new integrations you would like to see!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tianjunz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #26 on July 27, 2023 12:47.