Api Key Setup
This section is about how to setup the api key. You should:
- create a file named
keys.cfgunder thellm_ctf_automationfolder, the format of this file should be:
OPENAI_API_KEY: 'OPENAI_API_KEY'
ANTHROPIC_API_KEY: 'ANTHROPIC_API_KEY'
MODEL_URL: 'model urls'
-
the openai api key could also be put in
~/.openai/api_keyand the anthropic api key could also be put in~/.config/anthropic/api_key -
you could also set up an API key as an environment variable