Difference between revisions of "Axis and Allies GPT"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
*run sample code. doesn't work. | *run sample code. doesn't work. | ||
*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 | + | *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 | + | *upgrade/buy credits https://platform.openai.com/account/billing/overview |
*recreate API key | *recreate API key | ||
*reboot? | *reboot? | ||
| + | |||
| + | |||
| + | *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/overview | ||
Revision as of 19:24, 7 November 2023
- we discussed this when playing the game
- today it came out
- read [[1]]
- the data is here: https://axisallies.com/rules/axis-allies-rules-1942-2nd-edition.pdf
Work Notes
- Installed Python locally sans admin access https://plainenglish.io/blog/install-python-on-a-locked-down-pc-without-local-admin-37a440c42c12
- Created API Key https://platform.openai.com/api-keys
- added API key to environment variable
- run sample code. doesn't work.
- 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
- upgrade/buy credits https://platform.openai.com/account/billing/overview
- recreate API key
- reboot?