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

PaLM API LLM component #882

Merged
merged 2 commits into from
Sep 7, 2023
Merged

PaLM API LLM component #882

merged 2 commits into from
Sep 7, 2023

Conversation

mdda
Copy link

@mdda mdda commented Sep 5, 2023

This is a first draft of the the LLM component for the PaLM API (ref: #862)

Working LLM Flow

Could you have a look at the overall style?

Once this part is satisfactory, I can do PaLM-Chat and PaLM-embeddings to match...

For the update to package.json : I wasn't sure how to make sure this installed when building overall, since it's required by langchain, but didn't seem to have installed itself.

I noticed that the 'json' field in the optional parameters don't seem to be properly editable - either on this component, or on the existing OpenAI one - so maybe that needs an additional fix.

@chungyau97
Copy link
Contributor

Hi @mdda,

Thanks for the PR, appreciate it a lot.
Could you share some results [screenshots/short video]?

@chungyau97
Copy link
Contributor

Everything looks good to me, the commented code is due to we haven't support array format input field.

@chungyau97 chungyau97 self-requested a review September 7, 2023 07:29
@chungyau97 chungyau97 merged commit 73705dd into FlowiseAI:main Sep 7, 2023
@mdda
Copy link
Author

mdda commented Sep 7, 2023

Great!

I'll have a go at the PaLM chat and PaLM embeddings next...

@mdda mdda deleted the feature/PaLMAPI branch September 7, 2023 09:55
hemati pushed a commit to hemati/Flowise that referenced this pull request Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants