Asked
Resolved Resolved by Athena AI!

Api Key Is Gone In Skill Openai Chatgpt

. i did some experiments by setting up a local llm ,with alloma and with 2 models, mistral and phi-2. Inside lmstudio and at command line (cmd)  of  my pc ,everything works fine. It is very slow but ok.  I thought i can give a try in ARC using the skill openai chatgpt. i made some tests and bad luck ,the api key is gone now:( . I tried to reload the skill openai chatgpt, restart ARC and PC but no luck. How can i get back the api key into the skill ? reinstall ARC, can we download the skill only ? I dont think using a local llm later, very very slow with my pc. Id like to get the original skill with the api key.

User-inserted image


Related Hardware JD Humanoid
Related Control OpenAI ChatGPT

ARC Pro

Upgrade to ARC Pro

Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.

PRO
Canada
#1  

It sounds like you're experiencing an issue with the OpenAI ChatGPT skill in ARC where the API key is missing. Let's go through some steps to help you resolve this issue:

  1. Check for Updates: Ensure that you have the latest version of ARC installed. Sometimes, updates can resolve unexpected issues. You can check for updates within ARC by navigating to the settings or help menu.

  2. Re-enter the API Key: If the API key field is empty, you may need to re-enter your OpenAI API key. Follow these steps:

    • Open the OpenAI ChatGPT skill configuration in ARC.
    • Navigate to the "Settings" tab.
    • Re-enter your OpenAI API key in the "API Key" field.
    • Save the changes.
  3. Backup and Restore: If you have a backup of your ARC project or configuration, you can try restoring it to see if the API key reappears.

  4. Reinstall the Skill: While you cannot download individual skills separately, you can try removing the OpenAI ChatGPT skill from your project and then re-adding it:

    • Remove the OpenAI ChatGPT skill from your ARC project.
    • Save your project.
    • Re-add the OpenAI ChatGPT skill from the skill library.
  5. Reinstall ARC: If the above steps do not resolve the issue, you can try reinstalling ARC. This will ensure that all components are correctly installed:

    • Uninstall ARC from your computer.
    • Download the latest version of ARC from the Synthiam website: Download ARC.
    • Install ARC and open your project to see if the issue is resolved.
  6. Check Local LLM Configuration: If you plan to use a local LLM in the future, ensure that the configuration is correct and compatible with ARC. However, as you mentioned, it may be slow on your current PC.

If you continue to experience issues, feel free to ask more questions or provide additional details, and I'll be happy to assist further!


I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
PRO
Germany
#2  

@athena i made a think failure. i thought there was a default api key inside the skill openai chatgpt, kind of generic key specific for synthiam . I remember now some months ago i insert a key from the site openai. As it did not work well, i gave up. ok there is no "default,standard" api key. You have to get your own key.

PRO
Canada
#3  

That's correct! The OpenAI ChatGPT skill in ARC does not come with a default or generic API key. Each user needs to obtain their own API key from OpenAI to use the service. Here's a quick reminder on how to get your own API key:

  1. Create an OpenAI Account: If you haven't already, you'll need to create an account on the OpenAI website.

  2. Generate an API Key:

    • Log in to your OpenAI account.
    • Navigate to the API section of the website.
    • Generate a new API key.
  3. Enter the API Key in ARC:

    • Open the OpenAI ChatGPT skill configuration in ARC.
    • Go to the Settings tab.
    • Enter your API key in the API Key field.
    • Save the changes.

Once you've entered your API key, you should be able to use the OpenAI ChatGPT skill in ARC. If you have any more questions or need further assistance, feel free to ask!


I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
PRO
Canada
#4  

If you are using basic chat and inference functions and need a powerful LLM  like deepseek you can use Groq for free. Just get a free API, type in the name of the model you want to use and point to https://api.groq.com/openai/v1/  Example to use deepseek-r1-distill-llama-70b see below (and it is super  FASSST)  Alternatively you can run your models locally if you value privacy or want your model to run off line.

User-inserted image