Skip to content

Commit

Permalink
Merge branch 'develop' into fix/postgres-1687-embedding-column
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo authored Jan 9, 2025
2 parents d2aa5ca + a28254c commit ab2c782
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,17 @@ FAL_AI_LORA_PATH=
LETZAI_API_KEY= # LetzAI API Key
LETZAI_MODELS= # list of Letzai models to add to each prompt, e.g.: "@modelname1, @modelname2"

# Galadriel Configuration
GALADRIEL_API_KEY=gal-* # Get from https://dashboard.galadriel.com/
SMALL_GALADRIEL_MODEL= # Default: gpt-4o-mini
MEDIUM_GALADRIEL_MODEL= # Default: gpt-4o
LARGE_GALADRIEL_MODEL= # Default: gpt-4o
GALADRIEL_FINE_TUNE_API_KEY= # Use an OpenAI key to use a fine-tuned model with the verified inference endpoint

# Remaining Provider Configurations
GOOGLE_GENERATIVE_AI_API_KEY= # Gemini API key
ALI_BAILIAN_API_KEY= # Ali Bailian API Key
NANOGPT_API_KEY= # NanoGPT API Key
GALADRIEL_API_KEY=gal-* # Get from https://dashboard.galadriel.com/
TOGETHER_API_KEY= # Together API Key

######################################
Expand Down

0 comments on commit ab2c782

Please sign in to comment.