130 MB
634
69.2k
35.7k
ai
azure
chatgpt
dall-e
generative-ai
generativeai
gpt
language-model
llms
microsoft-for-beginners
openai
prompt-engineering
semantic-search
transformers
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
microsoft.github.io/generative-ai-for-beginners/Repo health (87%)
- Readme
- MIT License
- Code of conduct
- Contribution guildelines
- No issue template
- No pull request template
Package
- generative-ai-for-beginners
- Version: failed to load
- Downloads: failed to load
- Bundle size: failed to load
- Install size: failed to load
- Publish size: failed to load
Filter syntax examples
.js
will only include paths containing.js
..js$
will only include files with.js
extension.!test,!.lock
will ignore paths containingtest
or.lock
.!.test.js$,!^docs/
will ignore paths ending with.test.js
or starting withdocs/
.!.md$,^README.md$
will ignore all Markdown files (i.e. ending with.md
) except forREADME.md
in the root of the repository.^src/
will exclude all paths, except for the ones starting withsrc/
(i.e. placed in thesrc
folder).
See ghloc for details.