All notable changes to the "codex" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial Release of the exten
{
// Specification for extension
"model_used": "davinci-codex",
// Tokens generated by AI per exection
// (Can be changed through settings)
"token_generation": 128,
}
- README improvements, changelog added
- Some known issues added, improved key verification
- How to added in the README.
- API verification gets stuck, due to the error while certificate verification, temporarily resolved.
{
// Specification for extension
"model_used": "davinci-codex",
// Tokens generated by AI per exection
// (Can be changed through settings)
"token_generation": 128,
"bug fixes": "extension.ts",
"fixes": "Resolved the certificate verification isssue"
}