Fix typo in README link for technical details
Browse files
app.py
CHANGED
|
@@ -209,7 +209,7 @@ def create_gradio_interface():
|
|
| 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/
|
| 213 |
**π» Backend API Code**: [GitHub Repository](https://github.com/krinya/gen_ai_demo_rag_bot/tree/main)
|
| 214 |
""")
|
| 215 |
|
|
|
|
| 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)
|
| 214 |
""")
|
| 215 |
|