Skip to content

Commit 467f078

Browse files
authoredJan 5, 2025··
Update .env.example with LETZAI_API_KEY
1 parent 21f85f8 commit 467f078

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.env.example

+4
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,7 @@ FUEL_WALLET_PRIVATE_KEY=
373373
# Tokenizer Settings
374374
TOKENIZER_MODEL= # Specify the tokenizer model to be used.
375375
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

Comments
 (0)
Please sign in to comment.