Update tech stack in Gradio interface to use OpenAI GPT-5-mini
Browse files
app.py
CHANGED
|
@@ -207,7 +207,7 @@ def create_gradio_interface():
|
|
| 207 |
- **Frontend**: Gradio UI deployed on Hugging Face Spaces using Docker containerization
|
| 208 |
- **Separation**: Backend API + Frontend UI
|
| 209 |
|
| 210 |
-
**π§ Tech Stack**: OpenAI GPT-
|
| 211 |
|
| 212 |
**π Learn More**: [README with technical details](https://huggingface.co/spaces/krinya/smart_routing_with_render_example/blob/main/README.md)
|
| 213 |
**π» Backend API Code**: [GitHub Repository](https://github.com/krinya/gen_ai_demo_rag_bot/tree/main)
|
|
@@ -299,7 +299,7 @@ def create_gradio_interface():
|
|
| 299 |
**π Deployment Info**: This prototype is powered by a FastAPI backend deployed on [Render](https://render.com),
|
| 300 |
showcasing full-stack development knowledge.
|
| 301 |
|
| 302 |
-
**π οΈ Tech Stack**: LangChain β’ OpenAI GPT-
|
| 303 |
""")
|
| 304 |
|
| 305 |
# Event handlers
|
|
|
|
| 207 |
- **Frontend**: Gradio UI deployed on Hugging Face Spaces using Docker containerization
|
| 208 |
- **Separation**: Backend API + Frontend UI
|
| 209 |
|
| 210 |
+
**π§ Tech Stack**: OpenAI GPT-5-mini + LangChain orchestration, Python FastAPI, ChromaDB vector database, Docker containerization
|
| 211 |
|
| 212 |
**π Learn More**: [README with technical details](https://huggingface.co/spaces/krinya/smart_routing_with_render_example/blob/main/README.md)
|
| 213 |
**π» Backend API Code**: [GitHub Repository](https://github.com/krinya/gen_ai_demo_rag_bot/tree/main)
|
|
|
|
| 299 |
**π Deployment Info**: This prototype is powered by a FastAPI backend deployed on [Render](https://render.com),
|
| 300 |
showcasing full-stack development knowledge.
|
| 301 |
|
| 302 |
+
**π οΈ Tech Stack**: LangChain β’ OpenAI GPT-5-mini β’ ChromaDB β’ FastAPI β’ Render β’ Gradio β’ Hugging Face Spaces β’ CI/CD
|
| 303 |
""")
|
| 304 |
|
| 305 |
# Event handlers
|