update description
Browse filesSigned-off-by: Zhang Jun <[email protected]>
app.py
CHANGED
|
@@ -2,14 +2,13 @@ import os
|
|
| 2 |
import gradio as gr
|
| 3 |
from openai import OpenAI
|
| 4 |
|
| 5 |
-
title = "
|
| 6 |
description = """
|
| 7 |
- Official Website: <https://yiyan.baidu.com/> (UI in Chinese)
|
| 8 |
- API services: [Qianfan Large Model Platform](https://cloud.baidu.com/product-s/qianfan_home) (cloud platform providing LLM services, UI in Chinese)
|
| 9 |
-
- [
|
| 10 |
"""
|
| 11 |
|
| 12 |
-
|
| 13 |
qianfan_api_key = os.getenv("QIANFAN_TOKEN")
|
| 14 |
qianfan_model = "ernie-4.5-21b-a3b-thinking"
|
| 15 |
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from openai import OpenAI
|
| 4 |
|
| 5 |
+
title = "ERNIE4.5-21B-A3B-Thinking Demo"
|
| 6 |
description = """
|
| 7 |
- Official Website: <https://yiyan.baidu.com/> (UI in Chinese)
|
| 8 |
- API services: [Qianfan Large Model Platform](https://cloud.baidu.com/product-s/qianfan_home) (cloud platform providing LLM services, UI in Chinese)
|
| 9 |
+
- Open weights on Hugging Face: [ERNIE4.5-21B-A3B-Thinking](https://huggingface.co/baidu/ERNIE-4.5-21B-A3B-Thinking)
|
| 10 |
"""
|
| 11 |
|
|
|
|
| 12 |
qianfan_api_key = os.getenv("QIANFAN_TOKEN")
|
| 13 |
qianfan_model = "ernie-4.5-21b-a3b-thinking"
|
| 14 |
|