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.
12345 |
- # Use model du jour
- export MODEL_NAME="gpt-3.5-turbo-16k-0613"
- # Change *** below to an API key from
- # https://platform.openai.com/account/api-keys
- export OPENAI_API_KEY="***"
|