Back to Mlflow

README

examples/gateway/palm/README.md

3.12.0532 B
Original Source

Example endpoint configuration for PaLM

To see an example of specifying both the completions and the embeddings endpoints for PaLM, see the configuration YAML file.

This configuration file specifies three endpoints: 'completions', 'embeddings', and 'chat', using PaLM's models 'text-bison-001', 'embedding-gecko-001', and 'chat-bison-001', respectively.

Setting a PaLM API Key

This example requires a PaLM API key:

sh
export PALM_API_KEY=...