I push here the code from my lessons in AI
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
feat: I made CLI app that produce code after human language description
b170189View on GitHubMinor change: I change the path for the .env file. I put it in the same folder with this file
453b223View on GitHubMinor change: in the function generate_code added value for the ai_model parameter
65f7a16View on GitHubfeat: The file that call Anthropic API and generate code and tests created
cb3f504View on GitHubfeat: I make the prompts for the code genarating and the test generating
81f39d1View on GitHubWe made a python recap on abstract classes and methods
f12df63View on GitHubWe made a Python recap on inherit classes, MRO, subclasses, @final etc
92ccdfbView on GitHubwe made a recap for some dunder methods for the custom objects
469b7baView on GitHubWe saw how to protect our agents from prompt injection using delimeters
59e8f78View on GitHub