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

Google PaLM support #14

Merged
merged 7 commits into from
May 19, 2023
Merged

Google PaLM support #14

merged 7 commits into from
May 19, 2023

Conversation

meal
Copy link
Contributor

@meal meal commented May 17, 2023

Implementation of Google PaLM2 API (Vertex AI version)

For authentication, it uses default credentials, so user must be authenticated through gcloud auth

Missing implementation:

  • examples for chat to include them in the request (Examples help the model understand what an appropriate model response looks like. You can write your own example input and output or use the Test section to save a real response as an example. You can also add a prefix which will be appended to every example (for instance, “question” and “answer”)
  • tests

Copy link
Collaborator

@zbigniewsobiecki zbigniewsobiecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zbigniewsobiecki zbigniewsobiecki merged commit e2c6fd6 into main May 19, 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