fxmarty commited on
Commit
6cafacb
1 Parent(s): e9d9932
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from transformers import AutoTokenizer
7
 
8
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-70B-Instruct")
9
 
10
- client = InferenceClient(model="https://3ae5-4-223-164-145.ngrok-free.app")
11
 
12
  SYSTEM_COMMAND = {"role": "system", "content": "You are a knowledgeable assistant trained to provide accurate and helpful information. Please respond to the user's queries promptly and politely."}
13
 
 
7
 
8
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Meta-Llama-3-70B-Instruct")
9
 
10
+ client = InferenceClient(model="https://6af4-4-223-164-145.ngrok-free.app")
11
 
12
  SYSTEM_COMMAND = {"role": "system", "content": "You are a knowledgeable assistant trained to provide accurate and helpful information. Please respond to the user's queries promptly and politely."}
13