API Key changes too often

Hello!

I’m using OpenAI to generate short greetings. I’m using Python code based on a few chatbot examples I found online. When it works it’s great. The problem is my API Key keeps changing ALL THE TIME, sometimes, apparently, after each successful completion. This means I have to manually get the new key from the OpenAI website and restart my code. Why is this happening? I feel like it wasn’t happening so often at first. Am I hitting some usage limit? How many completions can I make in an hour? Is 10 too many? I’m just prototyping, nothing public. Please help!

2 Likes