ZhouChuYue
commited on
Commit
·
3d65e75
1
Parent(s):
4e2080a
chore: switch model id to GEMINI_anxt74
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ from run_synthesis import (
|
|
| 28 |
# API 配置从环境变量读取(通过 HF Secrets 设置)
|
| 29 |
API_KEY = os.getenv("OPENAI_API_KEY")
|
| 30 |
BASE_URL = os.getenv("OPENAI_BASE_URL", "https://llm-center.ali.modelbest.cn/llm/openai/v1")
|
| 31 |
-
DEFAULT_MODEL = "
|
| 32 |
|
| 33 |
# 示例数据
|
| 34 |
EXAMPLE_MATH_CONTENT = """The quadratic formula is a fundamental result in algebra that provides the solutions to any quadratic equation of the form ax² + bx + c = 0, where a ≠ 0.
|
|
|
|
| 28 |
# API 配置从环境变量读取(通过 HF Secrets 设置)
|
| 29 |
API_KEY = os.getenv("OPENAI_API_KEY")
|
| 30 |
BASE_URL = os.getenv("OPENAI_BASE_URL", "https://llm-center.ali.modelbest.cn/llm/openai/v1")
|
| 31 |
+
DEFAULT_MODEL = "GEMINI_anxt74"
|
| 32 |
|
| 33 |
# 示例数据
|
| 34 |
EXAMPLE_MATH_CONTENT = """The quadratic formula is a fundamental result in algebra that provides the solutions to any quadratic equation of the form ax² + bx + c = 0, where a ≠ 0.
|