You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example.env 176B

12345
  1. # Use model du jour
  2. export MODEL_NAME="gpt-3.5-turbo-16k-0613"
  3. # Change *** below to an API key from
  4. # https://platform.openai.com/account/api-keys
  5. export OPENAI_API_KEY="***"