We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f85f8 commit 467f078Copy full SHA for 467f078
.env.example
@@ -373,3 +373,7 @@ FUEL_WALLET_PRIVATE_KEY=
373
# Tokenizer Settings
374
TOKENIZER_MODEL= # Specify the tokenizer model to be used.
375
TOKENIZER_TYPE= # Options: tiktoken (for OpenAI models) or auto (AutoTokenizer from Hugging Face for non-OpenAI models). Default: tiktoken.
376
+
377
+#LetzAI
378
+LETZAI_API_KEY= # LetzAI API Key
379
+LETZAI_MODELS= # list of Letzai models to add to each prompt, e.g.: "@modelname1, @modelname2"
0 commit comments