RamtinMahdavifar / Resident-Care

0 stars 0 forks source link

Make global variables in chat_gpt_prompts.py constants. #46

Open RamtinMahdavifar opened 3 months ago

RamtinMahdavifar commented 3 months ago

Use the library here to do it https://www.geeksforgeeks.org/create-constant-variable-in-python-using-pconst-library/.

BathiyaRanasinghe commented 3 months ago

Instead of this just follow th coding standard Global constants should be all caps with "_" as a separator. For example, GLOBAL_NAME = 5