Difference between revisions of "Axis and Allies GPT"

From SaladFrosting
Jump to navigation Jump to search
(SUCCESS. okay, now on to XY...)
Line 12: Line 12:
 
*reboot for my environment variable to "stick"
 
*reboot for my environment variable to "stick"
 
*error 429 exceeded quota... find out that my account is out of credits or it expired because it is > 3 months old https://stackoverflow.com/questions/75898276/openai-chatgpt-gpt-3-5-api-error-429-you-exceeded-your-current-quota-please
 
*error 429 exceeded quota... find out that my account is out of credits or it expired because it is > 3 months old https://stackoverflow.com/questions/75898276/openai-chatgpt-gpt-3-5-api-error-429-you-exceeded-your-current-quota-please
*upgrade/buy credits https://platform.openai.com/account/billing/overview
+
*upgrade/buy credits https://platform.openai.com/account/billing/overview added $50 bucks.
 
*recreate API key
 
*recreate API key
 
*reboot? nah, just had to refresh my path by closing command prompt and re-opening. tested by  
 
*reboot? nah, just had to refresh my path by closing command prompt and re-opening. tested by  
 
  echo %OPENAI_API_KEY%
 
  echo %OPENAI_API_KEY%
 +
*re-run
 +
python openai-test.py
 +
SUCCESS. 
  
 +
okay, now on to XY...
  
 
*https://platform.openai.com/docs/quickstart?context=python
 
*https://platform.openai.com/docs/quickstart?context=python
 
*https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
 
*https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps
 
*https://platform.openai.com/docs/overview
 
*https://platform.openai.com/docs/overview

Revision as of 19:37, 7 November 2023


Work Notes

echo %OPENAI_API_KEY%
  • re-run
python openai-test.py

SUCCESS.

okay, now on to XY...