Skip to content

Instantly share code, notes, and snippets.

@ftijan
Last active December 1, 2023 21:13
Show Gist options
  • Save ftijan/cdcc0aa55d448d923fb0e5cab332174f to your computer and use it in GitHub Desktop.
Save ftijan/cdcc0aa55d448d923fb0e5cab332174f to your computer and use it in GitHub Desktop.

Revisions

  1. ftijan revised this gist Dec 1, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions chatgpt-llms-dotnet-azure.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    - [MS Chat Copilot - Github Semantic Kernel App Sample](https://github.com/microsoft/chat-copilot)
    - [Chat Copilot: A reference application for Semantic Kernel - Docs](https://learn.microsoft.com/en-gb/semantic-kernel/chat-copilot/)
    - [Demystifying Retrieval Augmented Generation with .NET - Semantic Kernel - Stephen Toub MS](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/)
    - [Efficient Data Formats for GPT](https://nikas.praninskas.com/ai/2023/04/05/efficient-gpt-data-formats/)
    - [MS Learn - Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
  2. ftijan revised this gist Dec 1, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions chatgpt-llms-dotnet-azure.md
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    - [MS Chat Copilot - Github Semantic Kernel App Sample](https://github.com/microsoft/chat-copilot)
    - [Demystifying Retrieval Augmented Generation with .NET - Semantic Kernel - Stephen Toub MS](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/)
    - [Efficient Data Formats for GPT](https://nikas.praninskas.com/ai/2023/04/05/efficient-gpt-data-formats/)
    - [MS Learn - Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
  3. ftijan renamed this gist Nov 30, 2023. 1 changed file with 0 additions and 0 deletions.
  4. ftijan revised this gist Nov 30, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # LLMs, ChatGPT, .Net courses, tutorials and resources
    # LLMs, ChatGPT, .Net, Azure - courses, tutorials and resources
    - [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/)
    - [Azure Open AI demos - Github](https://github.com/retkowsky/Azure-OpenAI-demos)
    - [Generative AI for Beginners - A Course - MS Github](https://github.com/microsoft/generative-ai-for-beginners)
  5. ftijan revised this gist Nov 30, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,4 @@
    - [Tutorial: ChatGPT + Enterprise data with Semantic Kernel, OpenAI and Azure Cognitive Search - MS Github](https://github.com/Azure-Samples/semantic-kernel-rag-chat)
    - [Retrieval augmented generation: Keeping LLMs relevant and current - StackOverflow](https://stackoverflow.blog/2023/10/18/retrieval-augmented-generation-keeping-llms-relevant-and-current/)
    - [Prompt Engineering Guide - Retrieval Augmented Generation (RAG)](https://www.promptingguide.ai/techniques/rag)
    -
    - [Prompt Engineering Guide - Github doc](https://github.com/dair-ai/Prompt-Engineering-Guide)
  6. ftijan revised this gist Nov 30, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,5 @@
    - [MS Learn - Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
    - [Tutorial: ChatGPT + Enterprise data with Semantic Kernel, OpenAI and Azure Cognitive Search - MS Github](https://github.com/Azure-Samples/semantic-kernel-rag-chat)
    - [Retrieval augmented generation: Keeping LLMs relevant and current - StackOverflow](https://stackoverflow.blog/2023/10/18/retrieval-augmented-generation-keeping-llms-relevant-and-current/)
    - [Prompt Engineering Guide - Retrieval Augmented Generation (RAG)](https://www.promptingguide.ai/techniques/rag)
    -
  7. ftijan revised this gist Nov 30, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,5 @@
    - [Efficient Data Formats for GPT](https://nikas.praninskas.com/ai/2023/04/05/efficient-gpt-data-formats/)
    - [MS Learn - Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
    - [Tutorial: ChatGPT + Enterprise data with Semantic Kernel, OpenAI and Azure Cognitive Search - MS Github](https://github.com/Azure-Samples/semantic-kernel-rag-chat)
    - [Retrieval augmented generation: Keeping LLMs relevant and current - StackOverflow](https://stackoverflow.blog/2023/10/18/retrieval-augmented-generation-keeping-llms-relevant-and-current/)
    -
  8. ftijan revised this gist Nov 30, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,5 @@
    - [Demystifying Retrieval Augmented Generation with .NET - Semantic Kernel - Stephen Toub MS](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/)
    - [Efficient Data Formats for GPT](https://nikas.praninskas.com/ai/2023/04/05/efficient-gpt-data-formats/)
    - [MS Learn - Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
    - [Tutorial: ChatGPT + Enterprise data with Semantic Kernel, OpenAI and Azure Cognitive Search - MS Github](https://github.com/Azure-Samples/semantic-kernel-rag-chat)
    -
  9. ftijan revised this gist Nov 30, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,5 @@
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    - [Demystifying Retrieval Augmented Generation with .NET - Semantic Kernel - Stephen Toub MS](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/)
    - [Efficient Data Formats for GPT](https://nikas.praninskas.com/ai/2023/04/05/efficient-gpt-data-formats/)
    - [MS Learn - Semantic Kernel](https://learn.microsoft.com/en-us/semantic-kernel/overview/)
    -
  10. ftijan revised this gist Nov 30, 2023. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,6 @@
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    - [Demystifying Retrieval Augmented Generation with .NET - Semantic Kernel - Stephen Toub MS](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/)
    - [Demystifying Retrieval Augmented Generation with .NET - Semantic Kernel - Stephen Toub MS](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/)
    - [Efficient Data Formats for GPT](https://nikas.praninskas.com/ai/2023/04/05/efficient-gpt-data-formats/)
    -
  11. ftijan revised this gist Nov 30, 2023. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,5 @@
    - [Generative AI for Beginners - A Course - MS Github](https://github.com/microsoft/generative-ai-for-beginners)
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    - [Demystifying Retrieval Augmented Generation with .NET - Semantic Kernel - Stephen Toub MS](https://devblogs.microsoft.com/dotnet/demystifying-retrieval-augmented-generation-with-dotnet/)
  12. ftijan revised this gist Nov 30, 2023. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,4 @@
    - [Generative AI for Beginners - A Course - MS Github](https://github.com/microsoft/generative-ai-for-beginners)
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    -
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
  13. ftijan revised this gist Nov 30, 2023. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,6 @@
    - [Azure Open AI demos - Github](https://github.com/retkowsky/Azure-OpenAI-demos)
    - [Generative AI for Beginners - A Course - MS Github](https://github.com/microsoft/generative-ai-for-beginners)
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
    - [Mastering Prompts: How to Effectively Communicate with AI Language Models - Louis Bouchard](https://www.louisbouchard.ai/prompting-llms/)
    -
  14. ftijan revised this gist Nov 30, 2023. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,5 @@
    - [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/)
    - [Azure Open AI demos - Github](https://github.com/retkowsky/Azure-OpenAI-demos)
    - [Generative AI for Beginners - A Course - MS Github](https://github.com/microsoft/generative-ai-for-beginners)
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
    - [The Art and Science of Working with AI - MS Worklab](https://www.microsoft.com/en-us/worklab/the-art-and-science-of-working-with-ai)
  15. ftijan revised this gist Nov 30, 2023. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # LLMs, ChatGPT, .Net courses, tutorials and resources
    - [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/)
    -
    - [Azure Open AI demos - Github](https://github.com/retkowsky/Azure-OpenAI-demos)
    - [Generative AI for Beginners - A Course - MS Github](https://github.com/microsoft/generative-ai-for-beginners)
    - [Prompt Engineering Guide - learnprompting.org](https://learnprompting.org/docs/intro)
  16. ftijan created this gist Nov 30, 2023.
    3 changes: 3 additions & 0 deletions chatgpt-llms-dotnet.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    # LLMs, ChatGPT, .Net courses, tutorials and resources
    - [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/)
    -