O1 mentioned!!! woaaah!!!
chatgpt pro mentioned!!
ChatGPT PRO is NOT live. I just tried getting the PRO plan
pro plan shows up, but it has not been updated on chatgpt yet! devops team must be working on it! updating the servers maybe?
dad joke: Santa was trying really hard to get his prompt engineering to work, how did he fix it?
he used raindeer reinforment learning
Day 1 of the 12 days of OAI XMAS is over! hope everyone got to enjoy it as much as I did!
I really hope they have the transition for existing plus and teams to pro. would hate to have to start all that again. Waiting for option to show up
Same here! It probably just takes a while to deploy the updates!
edit: I tried to get PRO tier on a new account it also is not available! So, its still not out!
On a side note: I do like the new “loading” UI for the reasoning process. But one day I would really like a graph-like reasoning chain where I can explore the thoughts and even continue ones.
For example, let’s say Thoughts 1-5 are accurate to my task, but thought 6 deviates from the path. I could select Thought 5 and then continue a conversation from there
tier 5 attempt to run o1:
o1-preview attempt:
$ python3 main.py
Hello! Thank you for your kind words. How can I assist you today?
o1 attempt:
$ python3 main.py
Traceback (most recent call last):
File "main.py", line 4, in <module>
completion = client.chat.completions.create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "venv/lib/python3.12/site-packages/openai/_utils/_utils.py", line 275, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "venv/lib/python3.12/site-packages/openai/resources/chat/completions.py", line 829, in create
return self._post(
^^^^^^^^^^^
File "venv/lib/python3.12/site-packages/openai/_base_client.py", line 1280, in post
return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "venv/lib/python3.12/site-packages/openai/_base_client.py", line 957, in request
return self._request(
^^^^^^^^^^^^^^
File "venv/lib/python3.12/site-packages/openai/_base_client.py", line 1061, in _request
raise self._make_status_error_from_response(err.response) from None
openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model `o1` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Did they say that the model was being released on API?