浏览代码

Create README.md

Chester Hu 10 月之前
父节点
当前提交
4e2e259220
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      recipes/3p_integrations/azure/README.md
  2. 0 0
      recipes/3p_integrations/azure/azure_api_example.ipynb

+ 5 - 0
recipes/3p_integrations/azure/README.md

@@ -0,0 +1,5 @@
+In this folder, we show various examples in a notebook for running Llama model inference on Azure's serverless API offerings. We will cover:  
+* HTTP requests API usage for Llama 3 instruct models in CLI
+* HTTP requests API usage for Llama 3 instruct models in Python
+* Plug the APIs into LangChain
+* Wire the model with Gradio to build a simple chatbot with memory

recipes/llama_api_providers/Azure_API_example/azure_api_example.ipynb → recipes/3p_integrations/azure/azure_api_example.ipynb