Fix Gemini Palm2 request config#570
Open
P3xill wants to merge 1 commit into
Open
Conversation
|
CLA Assistant Lite bot: Thank you for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the Arakoo Contributor License Agreement. You can sign the CLA by adding a new comment to this pull request and pasting exactly the following text. I have read the Arakoo CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
generationConfigrather than Axios config fields.Palm2AIplus typed Gemini request/response types from the AI package.testcases/palm2Jsonnet prompt config, and a Jsonnet-drivenpalm2-chatexample.Bounty
/claim #279
Validation
npx vitest run src/ai/src/tests/palm2/gemini.test.tsnpm run buildnpx prettier --check JS/edgechains/arakoodev/src/ai/src/lib/gemini/gemini.ts JS/edgechains/arakoodev/src/ai/src/index.ts JS/edgechains/arakoodev/src/ai/src/tests/palm2/gemini.test.ts JS/edgechains/examples/palm2-chat/package.json JS/edgechains/examples/palm2-chat/src/index.ts JS/edgechains/examples/palm2-chat/tsconfig.json JS/edgechains/examples/palm2-chat/readme.mdDemo
The focused test demonstrates the request generated from a prompt and confirms that model, API key header, contents, response MIME type, token limit, temperature, topP, and topK are sent to the Google Generative Language API in the expected shape. The example keeps the prompt text in Jsonnet rather than hardcoding it in TypeScript.