My slackbot stopped working.
Here's the repl. It workes with GPT3, but switching to 4 goes bonk. Any help is greatly appreciated.
https://replit.com/@nickstrada/bruiserslackGPT4#main.py
#Error handling event: Invalid URL (POST /v1/engines/gpt-4-32k/chat/completions)
9 messages · Page 1 of 1 (latest)
Engines has been deprecated, use models instead
API reference has more info on that
Error handling event: The model: gpt-4-32k does not exist
Oh yeah you need GPT-4 API access and you only get "gpt-4"with that currently
The 32k model access is coming later