Currently, the javascript SDK supports only openai (https://github.com/arakoodev/EdgeChains/tree/ts/JS/edgechains/lib/src/lib/endpoints)
we want you to add support for Palm2 api from google.
https://developers.generativeai.google/
bounty will deemed complete when:
- you have the classes and typescript types added for Palm2 api
- unit testcases in a testcases folder named "palm2"
- example for palm2 - make sure your prompts are in the jsonnet file and not hardcoded. we will reject any examples/testcases that dont use jsonnet.