Forum in maintenance, we will back soon 🙂
I just started your prompt engineering course, I'm in the model parameters chapter, looks like OpenAI UI has changed
I just started your prompt engineering course; I'm in the model parameters chapter, and it looks like OpenAI UI has changed. I'm lost and need help and guidance on what to do to keep learning. Would anyone be able to help?
@bruce-harris use the "Complete (legacy)"Â Playground option. Then the video will make sense. Things do change over time and Openai changes about every 6 to 9 months.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@bruce-harris when you go to https://platform.openai.com/playground it is in the top left corner right beside the Playground header word. It defaults to "Assistants" but you can change that option.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
you can select "Chat", it is still very similar. I will try to update the lecture soon, just I want to make sure OpenAI just finished their current update,
I found the tab but it says "You've reached your usage limit. See your usage dashboard and billing settings for more details. If you have further questions, please contact us through our help center at help.openai.com."Â We have to pay for this?
Hello friend, Hasan already mentioned the update on discord, here is what you can do:
from openai import OpenAI client = OpenAI( # defaults to os.environ.get("OPENAI_API_KEY") api_key="My API Key", ) chat_completion = client.chat.completions.create( messages=[ { "role": "user", "content": "Say this is a test", } ], model="gpt-3.5-turbo", ) check here: https://github.com/openai/openai-python
@sotho-yun Yes of course you have to pay to use your API key. But, it's a very small amount, hasan has a lecture in the course that goes over the amount.
Here is the pricing section on OpenAI's website you can go over the prices: https://openai.com/pricing