Ayush0804 commited on
Commit
57e9f16
·
verified ·
1 Parent(s): c0b2e02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ image_captioning_model = HuggingFaceEndpoint(
15
  max_new_tokens=1024,
16
  )
17
  math_llm=HuggingFaceEndpoint(
18
- endpoint_url="https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-3B-Instruct",
19
  huggingfacehub_api_token=os.getenv("HUGGING_FACE_API"), # Ensure you set this in your environment
20
  temperature=0.7,
21
  max_new_tokens=1024,)
 
15
  max_new_tokens=1024,
16
  )
17
  math_llm=HuggingFaceEndpoint(
18
+ endpoint_url="https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Math-7B-Instruct",
19
  huggingfacehub_api_token=os.getenv("HUGGING_FACE_API"), # Ensure you set this in your environment
20
  temperature=0.7,
21
  max_new_tokens=1024,)