Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from langchain_openai import ChatOpenAI
|
|
| 12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 13 |
HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 14 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
| 15 |
-
REPO_ID = "Qwen/Qwen2.5-Coder-
|
| 16 |
|
| 17 |
|
| 18 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
|
|
| 12 |
DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
|
| 13 |
HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
| 14 |
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
| 15 |
+
REPO_ID = "Qwen/Qwen2.5-Coder-7B-Instruct"
|
| 16 |
|
| 17 |
|
| 18 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|