Files
OpenPipe-llm/examples/classify-recipes/.env.example
2023-08-25 06:37:06 +00:00

7 lines
389 B
Plaintext

OPENAI_API_KEY="[your OpenAI API key]"
OPENPIPE_API_KEY="[your OpenPipe API key from https://app.openpipe.ai/project/settings]"
# You'll need this to download the Llama 2 weights from Hugging Face
HUGGING_FACE_HUB_TOKEN="[Your Hugging Face Hub token]"
WANDB_API_KEY="[Optionally, you can set a Weights & Biases API key to track your training run. Create it at https://wandb.ai/settings]"