Skip to content

Commit 226ff57

Browse files
committed
Updated readme
1 parent 4e1f033 commit 226ff57

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RAG-nificent: An AI Chatbot Powered by LLMs for Citation of Custom PDFs, Reports, and Guidelines
22
**Disclaimer:** This project is maintained on a best-effort basis as I am not actively using it. APIs may change, and some models have been decommissioned. Please refer to the demo video for the most current optimal use case.
33

4-
## Now Supports Llama-3.3 by Meta AI and GPT-4o by OpenAI
4+
## Now Supports Latest GPT-5, GPT-4.1, and Advanced LLM Models
55

66
[![Python](https://img.shields.io/badge/Python-3.10-blue.svg)](https://www.python.org/)
77
[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
@@ -24,19 +24,20 @@ RAG-nificent is a state-of-the-art repository that leverages the power of Retrie
2424
## Available Models
2525

2626
### OpenAI Models
27-
- 📘 **gpt-4o-mini**: Efficient and cost-effective model for most general-purpose tasks
28-
- 📘 **gpt-4o**: Advanced model with strong reasoning and instruction-following capabilities
29-
- 📘 **gpt-4-turbo**: High-performance model optimized for complex reasoning tasks
30-
- 📘 **gpt-3.5-turbo**: Fast and efficient model for general-purpose conversational AI
27+
- 🚀 **gpt-5-mini-2025-08-07**: Latest GPT-5 model with advanced capabilities
28+
- 🚀 **gpt-5-nano-2025-08-07**: GPT-5 nano version for efficient processing
29+
- 🌟 **gpt-oss-120b**: Open source 120B model for high-performance tasks
30+
- 📘 **gpt-4.1-2025-04-14**: GPT-4.1 full version with enhanced reasoning
31+
- 📘 **gpt-4.1-mini-2025-04-14**: GPT-4.1 mini version for cost-effective use
32+
- 💬 **chatgpt-4o-latest**: Latest ChatGPT-4o with improved conversational abilities
33+
-**gpt-4-turbo-2024-04-09**: GPT-4 Turbo optimized for complex reasoning
34+
- 💎 **gpt-4o-mini-2024-07-18**: GPT-4o mini for efficient general-purpose tasks
3135

3236
### Groq Models
33-
- 🦙 **llama-3.1-8b-instant**: Fast and efficient open-source model for quick interactions
34-
- 🦙 **llama-3.1-70b-versatile**: Powerful large language model for complex reasoning tasks
35-
- 🦙 **llama-3.3-70b-versatile**: Latest version of Llama with enhanced capabilities
36-
- 🦙 **llama3-70b-8192**: Large context window model for processing extensive documents
37-
- 🦙 **llama3-8b-8192**: Efficient model with extended context window capabilities
38-
- 🌟 **mixtral-8x7b-32768**: Mixture-of-experts model with very large context window
39-
- 💎 **gemma2-9b-it**: Google's efficient instruction-tuned language model
37+
- 🦙 **llama-3.1-8b-instant**: Fast 8B model for quick interactions
38+
- 🦙 **llama-3.3-70b-versatile**: Versatile 70B model with enhanced capabilities
39+
- 🔬 **deepseek-r1-distill-llama-70b**: Distilled 70B model for efficient processing
40+
- 🌐 **qwen/qwen3-32b**: Qwen 32B model for multilingual tasks
4041

4142
## Demo
4243

0 commit comments

Comments
 (0)