-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAI Integration currently not available #1360
Comments
Additionally; if you do the ./emba -U when it gets to verify the ChatGPT KEY it seems to be in an infinite loop. |
Did a TEST connection with Curl and get an error that the ONE call to test was too much. I notice the model is GPT-40-mini. Is there another I should test with? |
Model can be set under config/gpt_template.json , that's the template used for openai-api calls. I'm asuming you tested with something like this: What exactly was the error? Ratelimit? |
The MODEL in the JSON file is gpt-3.5-turbo. looks like according to the link you gave me the model might need to be: gpt-3.5-turbo-0125 but according to the documentation should work fine. I typed the CURL command and get the same error:{
|
I have never used it. |
No I was just trying to get the "AI" Module and did not know if anyone had tried GROK with it or if the same issues about having to pay for everything exists. That is what I get from the API TESTS with openai now. |
This issue is stale because it has been open for 28 days with no activity. |
Changed the title as the current ChatGPT integration looks broken and is currently not working. Helpers are welcome! |
Modified the config/gpt_config.env.template with the directions on page: https://github.com/e-m-b-a/emba/wiki/AI-supported-firmware-analysis
Then I copied the gpt_config.env.templage to gpt_config.env.
I attempted to test doing the command: ./emba -U
Then I get a TON of errors.
[-] ChatGPT error while testing the API-Key: KEYREDACTED
OpenAI-API key - not ok
[-] ChatGPT error while testing the API-Key: KEYREDACTED
OpenAI-API key - not ok
[-] ChatGPT error while testing the API-Key: KEYREDACTED
OpenAI-API key - not ok
[-] ChatGPT error while testing the API-Key: KEYREDACTED
OpenAI-API key - not ok
[-] ChatGPT error while testing the API-Key: KEYREDACTED
OpenAI-API key - not ok
[-] ChatGPT error while testing the API-Key: KEYREDACTED
OpenAI-API key - not ok
[-] ChatGPT error while testing the API-Key: KEYREDACTED
OpenAI-API key - not ok
Here is the .ENV File
OPENAI_API_KEY="KEYREDACTED"
GPT_QUESTION="For the following code I need you to tell me how an attacker could exploit it and point out all vulnerabilities."
MAXMIUM_GPT_PRIO=3
Do I have some error? Do you have a better way for me to test and I will double check the API KEY.
The text was updated successfully, but these errors were encountered: