Spaces:
Running
Running
Update support_docs.py
Browse files- support_docs.py +2 -8
support_docs.py
CHANGED
@@ -323,8 +323,8 @@ def create_support_docs():
|
|
323 |
- [Pricing](https://openrouter.ai/docs#models)
|
324 |
|
325 |
**Gradio Documentation**
|
326 |
-
- [Chat Interface](https://gradio.app/docs/
|
327 |
-
- [Components](https://gradio.app/docs/)
|
328 |
- [Sharing Apps](https://gradio.app/sharing-your-app/)
|
329 |
|
330 |
**Community Support**
|
@@ -338,12 +338,6 @@ def create_support_docs():
|
|
338 |
- Document analysis tools
|
339 |
- Language practice partners
|
340 |
- Dual-perspective knowledge exploration
|
341 |
-
|
342 |
-
**Knowledge Source Integration**
|
343 |
-
- [Wikipedia API](https://www.mediawiki.org/wiki/API:Main_page)
|
344 |
-
- [Britannica Academic](https://www.britannica.com/)
|
345 |
-
- Multiple perspective research methodologies
|
346 |
-
- Information literacy best practices
|
347 |
""")
|
348 |
|
349 |
def export_conversation_to_markdown(conversation_history, config_metadata=None):
|
|
|
323 |
- [Pricing](https://openrouter.ai/docs#models)
|
324 |
|
325 |
**Gradio Documentation**
|
326 |
+
- [Chat Interface](https://gradio.app/docs/interface)
|
327 |
+
- [Components](https://www.gradio.app/docs/js/atoms)
|
328 |
- [Sharing Apps](https://gradio.app/sharing-your-app/)
|
329 |
|
330 |
**Community Support**
|
|
|
338 |
- Document analysis tools
|
339 |
- Language practice partners
|
340 |
- Dual-perspective knowledge exploration
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
""")
|
342 |
|
343 |
def export_conversation_to_markdown(conversation_history, config_metadata=None):
|