ErdemTheFixer commited on
Commit
e6433e0
·
verified ·
1 Parent(s): 042f670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
22
 
23
  # Load the HF-supported model using InferenceClientModel
24
  self.model = InferenceClientModel(
25
- model_id="meta-llama/Meta-Llama-3-8B-Instruct" #meta-llama/Llama-3.1-8B-Instruct meta-llama/Meta-Llama-3-8B-Instruct
26
  #meta-llama/Llama-3.1-8B-Instruct HuggingFaceH4/zephyr-7b-beta
27
  )
28
 
 
22
 
23
  # Load the HF-supported model using InferenceClientModel
24
  self.model = InferenceClientModel(
25
+ model_id="meta-llama/Llama-3.1-8B-Instruct" #meta-llama/Llama-3.1-8B-Instruct meta-llama/Meta-Llama-3-8B-Instruct
26
  #meta-llama/Llama-3.1-8B-Instruct HuggingFaceH4/zephyr-7b-beta
27
  )
28