Hi so as per this announcement: https://openai.com/blog/gpt-4-api-general-availability everyone including me finally have access to gtp 4. but when i try: ``` bfp -m 'gpt-4' 'which language model are you?' ``` I get this: ``` Error: [404:invalid_request_error] The model: `gpt-4` does not exist ``` works fine with: ``` bfp -m 'gpt-3.5-turbo' 'which language model are you?' ``` Best, Emil