#Users APi
48 messages · Page 1 of 1 (latest)
What do you mean by duplicate the playground?
The playground is web-based and is hosted on OpenAI's own website. You won't be able to embed the playground website in your own app, and I think embedding the playground would be against the terms of use
and what do you mean by the user portal?
What I mean is if i need to set up my original natural language code again in the Users Playground or will the Users API automatically pick up the administrators playground code
My users
My employees
My employees will be managing my customers
I have no idea what you mean by "original natural language code again in the Users Playground". There's no such thing as the "Users Playground", it's just the OpenAI playground. That OpenAI playground uses the API key of the account that is logged in to use the playground
The API will not pick up anything from the playground automatically ever
Is the "Users Playground" something that you created yourself?
Or are you talking about this: https://platform.openai.com/playground
An API for accessing new AI models developed by OpenAI
Yes, I as administator invited my employees
You invited your employees to your organization?
So they are under your OpenAI organization account now?
yes
Ah I see
In that case, no, the users API will not pick up the administrator playground code automatically
You should share the playground code in a text file or something to the users or in a google doc, etc
Ok. Good answer. So, I will copy the administrators Playground code into the user portal playground and share their api with my customers.
Correct?
You shouldn't share any API key with your customers
If the user is under your organization, they will use tokens and credits from the main organization account
so there is no need to share the API key
You also shouldn't be inviting your customers to your OpenAI organization
That's meant for your team, your staff, not your clients
I know that. My related question that I asked earlier is. I have customer that wants to use my app for their customer service on their website. The api is the only way i know how to share my code or do you have a different method
I don't understand what you're talking about
There is no "code" in the playground
it's just prompting
are you talking about sharing the prompting?
Can you show me an example or a screenshot of what you're trying to share?
yes.
Or is your chat app just something that you have inside the OpenAI playground, just a conversation prompt?
I see
conversation prompt for the customer's clients
If your chat app is a program (it is written in a programming language and can be put into a file host online or repository like https://github.com), then you can just share the code and then ask people to install the app themselves locally and use their own OpenAI API key
If your app is not a program (if it is only a prompt), then it cannot be shared like how you want. The person who wants to implement it must put the prompt into their own app
So if the customer is paying for the service, what is wrong with me sending them the api to embed in their website to access my playground?
Because it's not possible
You can't just "send them the API"
Other people can't access your playground
It has to be a programmed application if you want to share this functionality, or you need to share the prompt, the playground is private
Ok. thanks for your answer. I'll think about it