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

https://github.com/timothywarner/aoai

Microsoft Azure OpenAI for DevOps instructor-led course
https://github.com/timothywarner/aoai

Last synced: about 1 year ago
JSON representation

Microsoft Azure OpenAI for DevOps instructor-led course

Awesome Lists containing this project

README

          

# Microsoft Azure OpenAI for DevOps

## 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/)

## 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/)
- [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 Extended](https://techcrunch.com/2023/03/14/openai-is-testing-a-version-of-gpt-4-that-can-remember-long-conversations/)
- [Auto-GPT](https://github.com/Significant-Gravitas/Auto-GPT)

## 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/)

## 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)
- [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/)