Skip to content

Commit

Permalink
Update .env.example with LETZAI_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchoz authored Jan 5, 2025
1 parent 21f85f8 commit 467f078
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,7 @@ FUEL_WALLET_PRIVATE_KEY=
# Tokenizer Settings
TOKENIZER_MODEL= # Specify the tokenizer model to be used.
TOKENIZER_TYPE= # Options: tiktoken (for OpenAI models) or auto (AutoTokenizer from Hugging Face for non-OpenAI models). Default: tiktoken.

#LetzAI
LETZAI_API_KEY= # LetzAI API Key
LETZAI_MODELS= # list of Letzai models to add to each prompt, e.g.: "@modelname1, @modelname2"

0 comments on commit 467f078

Please sign in to comment.