krinya commited on
Commit
fcd004a
Β·
1 Parent(s): 87bf235

Update tech stack in Gradio interface to use OpenAI GPT-5-mini

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-4o-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,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-4o-mini β€’ ChromaDB β€’ FastAPI β€’ Render β€’ Gradio β€’ Hugging Face Spaces β€’ CI/CD
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