An open API service indexing awesome lists of open source software.

https://github.com/timothywarner/chatine

INE Live Virtual Training: ChatGPT and Generative AI
https://github.com/timothywarner/chatine

Last synced: 11 months ago
JSON representation

INE Live Virtual Training: ChatGPT and Generative AI

Awesome Lists containing this project

README

          

# INE Live Virtual Training: ChatGPT and Generative AI


## Contact information

- [Tim Warner](mailto:timothywarner316@gmail.com)
- [Website](https://techtrainertim.com)
- [Azure OpenAI Training Blog](https://azureopenai.blog)
- [Bluesky](https://bsky.app/profile/techtrainertim.bsky.social)
- [Mastodon](https://mastodon.social/@techtrainertim)
- [LinkedIn](https://www.linkedin.com/in/timothywarner/)

## Day 1: OpenAI and ChatGPT Essentials

- [ChatGPT sign-up](https://chat.openai.com/auth/login?ref=upstract.com)
- [OpenAI account, docs, and API tokens](https://platform.openai.com/docs/overview)
- [OpenAI API Postman collection](https://www.postman.com/devrel/workspace/openai/collection/13183464-90abb798-cb85-43cb-ba3a-ae7941e968da)
- [The Prompt Index](https://www.thepromptindex.com/)

## Day 2: GitHub Copilot and the Copilot Ecosystem Essentials

- [GitHub Copilot sign-up](https://github.com/features/copilot)
- [Docs](https://docs.github.com/copilot)
- [GitHub Copilot extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
- [GitHub Copilot Chat extension for VS Code](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat)

## Day 3: Azure OpenAI and Advanced Topics Essentials

- [Azure OpenAI Service sign-up](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai)
- [Docs](https://learn.microsoft.com/en-us/azure/ai-services/openai/)

## OpenAI

- [Home page](https://openai.com/)
- [Documentation](https://platform.openai.com/docs/introduction)
- [OpenAPI API pricing](https://openai.com/pricing)
- [Usage policies](https://openai.com/policies/usage-policies)
- [API playground](https://platform.openai.com/playground)
- [GPT token calculator](https://platform.openai.com/tokenizer)
- [Example applications](https://platform.openai.com/examples)
- [OpenAPI Postman collection](https://www.postman.com/devrel/workspace/openai/collection/13183464-90abb798-cb85-43cb-ba3a-ae7941e968da)

## Azure OpenAI

- [Azure OpenAI](https://azure.microsoft.com/products/cognitive-services/openai-service)
- [Docs](https://learn.microsoft.com/en-us/azure/ai-services/openai/)
- [Azure OpenAI pricing](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/)
- [Training: Introduction to Azure Open AI Service](https://learn.microsoft.com/en-us/training/modules/explore-azure-openai/)
- Azure OpenAI and Private Link Service
- [Code samples @ GitHub](https://github.com/Azure-Samples/openai)
- [More code samples @ GitHub](https://github.com/Azure/openai-samples)
- [Even more code samples @ GitHub](https://github.com/Azure/azure-openai-samples)

## The New Bing

- [Home page](https://www.bing.com/new)
- [Marketing page](https://www.microsoft.com/en-us/bing?form=MA13FV)

## Responsible AI

- [Microsoft Responsible AI](https://www.microsoft.com/en-us/ai/responsible-ai?activetab=pivot1%3aprimaryr6)
- [Responsible AI white paper](https://blogs.microsoft.com/wp-content/uploads/prod/sites/5/2023/02/The-new-Bing-Our-approach-to-Responsible-AI.pdf)
- [OpenAI safety & responsibility](https://openai.com/safety)

## ChatGPT

- [Product page](https://openai.com/blog/chatgpt)
- [Public chatbot](https://chat.openai.com/chat)
- [Awesome ChatGPT prompts](https://github.com/f/awesome-chatgpt-prompts)
- [ChatGPT prompt engineering](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/guides/prompts-chatgpt.md)
- [The DAN prompt](https://github.com/0xk1h0/ChatGPT_DAN)
- [ChatGPT plugins](https://openai.com/blog/chatgpt-plugins)
- [LlamaIndex (GPT Index)](https://gpt-index.readthedocs.io/en/latest/index.html)

## OpenAI API

- [Documentation](https://platform.openai.com/docs/api-reference/introduction)
- [Node.js sample application](https://github.com/openai/openai-quickstart-node)
- [Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT)
- [GPT 4 Turbo](https://help.openai.com/en/articles/8555510-gpt-4-turbo)
- [Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT)
- [Function calling](https://platform.openai.com/docs/guides/function-calling)
- [Reproducible output](https://platform.openai.com/docs/guides/text-generation/reproducible-outputs)
- [Retrievals](https://platform.openai.com/docs/assistants/tools/how-it-works)

## ChatGPT Plugins

- [Plugins docs](https://platform.openai.com/docs/plugins/introduction)
- [Plugins waitlist](https://openai.com/waitlist/plugins)
- [Plugins at GitHub](https://github.com/topics/chatgpt-plugins)
- [Plugins at GPTStore.ai](https://gptstore.ai/)

## GPT Assistants

- [Introducing GPTs](https://openai.com/blog/introducing-gpts)
- [Assistants API](https://platform.openai.com/docs/assistants/overview)
-

## GitHub Copilot

- [Product page](https://github.com/features/copilot)
- [Documentation](https://docs.github.com/en/copilot)
- [Pricing](https://docs.github.com/en/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot)
- [Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
- [GitHub Copilot Chat](https://docs.github.com/copilot/github-copilot-chat/using-github-copilot-chat)
- [Training: Introduction to GitHub Copilot](https://learn.microsoft.com/en-us/training/modules/introduction-to-github-copilot/)
- [GitHub Copilot X](https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience/)
- [GitHub Next](https://githubnext.com/)