Browse Source

Update README.md

Venelin Valkov 2 years ago
parent
commit
111291e41a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -13,3 +13,8 @@ Build real-world AI apps with ChatGPT/GPT-4 and LangChain in Python
 - [Load Custom Data with Loaders](https://www.mlexpert.io/prompt-engineering/loaders)
 - [Add AI with Models](https://www.mlexpert.io/prompt-engineering/models)
 - [Make LLMs Useful with Chains](https://www.mlexpert.io/prompt-engineering/chains)
+
+### Models
+
+- [StableVicuna - Open Source RLHF LLM Chatbot](https://www.mlexpert.io/prompt-engineering/stable-vicuna)
+- [OpenLLaMa - An Open Reproduction of LLaMA](https://www.mlexpert.io/prompt-engineering/open-llama)