giulia-fontanella commited on
Commit
90f4293
·
verified ·
1 Parent(s): ac3cc25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-32B-Instruct"
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):