Blane187 commited on
Commit
6a9be13
1 Parent(s): a872b21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from bs4 import BeautifulSoup
6
  from Applio import *
7
  # Initialize the text generation pipeline
8
  #pipe = pipeline("text-generation", model="", trust_remote_code=True)
9
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
 
11
  def web_search(query):
12
  # Simulate a web search using Google
 
6
  from Applio import *
7
  # Initialize the text generation pipeline
8
  #pipe = pipeline("text-generation", model="", trust_remote_code=True)
9
+ client = InferenceClient("mlabonne/Meta-Llama-3.1-8B-Instruct-abliterated")
10
 
11
  def web_search(query):
12
  # Simulate a web search using Google