Aksh1t commited on
Commit
dac1f25
1 Parent(s): 7627af1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  import asyncio
4
 
5
  # Define the model ID
6
- model_id = 'Aksh1t/llama3-8b-oig-unsloth-merged'
7
 
8
  # Initialize the Hugging Face inference client
9
  client = InferenceClient(model=model_id)
 
3
  import asyncio
4
 
5
  # Define the model ID
6
+ model_id = 'meta-llama/Meta-Llama-3-8B-Instruct'
7
 
8
  # Initialize the Hugging Face inference client
9
  client = InferenceClient(model=model_id)