Skip to content

Commit ab2c782

Browse files
authored
Merge branch 'develop' into fix/postgres-1687-embedding-column
2 parents d2aa5ca + a28254c commit ab2c782

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.env.example

+7-1
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,17 @@ FAL_AI_LORA_PATH=
240240
LETZAI_API_KEY= # LetzAI API Key
241241
LETZAI_MODELS= # list of Letzai models to add to each prompt, e.g.: "@modelname1, @modelname2"
242242

243+
# Galadriel Configuration
244+
GALADRIEL_API_KEY=gal-* # Get from https://dashboard.galadriel.com/
245+
SMALL_GALADRIEL_MODEL= # Default: gpt-4o-mini
246+
MEDIUM_GALADRIEL_MODEL= # Default: gpt-4o
247+
LARGE_GALADRIEL_MODEL= # Default: gpt-4o
248+
GALADRIEL_FINE_TUNE_API_KEY= # Use an OpenAI key to use a fine-tuned model with the verified inference endpoint
249+
243250
# Remaining Provider Configurations
244251
GOOGLE_GENERATIVE_AI_API_KEY= # Gemini API key
245252
ALI_BAILIAN_API_KEY= # Ali Bailian API Key
246253
NANOGPT_API_KEY= # NanoGPT API Key
247-
GALADRIEL_API_KEY=gal-* # Get from https://dashboard.galadriel.com/
248254
TOGETHER_API_KEY= # Together API Key
249255

250256
######################################

0 commit comments

Comments
 (0)