ZennethKenneth commited on
Commit
cd83418
·
verified ·
1 Parent(s): 1e82180
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ For more information on `huggingface_hub` Inference API support, please check th
8
  # requires space hardware update to use large models (TODO)
9
  # client = InferenceClient("mistralai/Mistral-Large-Instruct-2407")
10
  # Note change in instantiation***
11
- text_generator = pipeline("text-generation", model="meta-llama/Meta-Llama-3.1-8B")
12
 
13
  def respond(message, history, system_message, max_tokens, temperature, top_p):
14
  # Construct the prompt with system message, history, and user input
 
8
  # requires space hardware update to use large models (TODO)
9
  # client = InferenceClient("mistralai/Mistral-Large-Instruct-2407")
10
  # Note change in instantiation***
11
+ text_generator = pipeline("text-generation", model="google/gemma-2-2b")
12
 
13
  def respond(message, history, system_message, max_tokens, temperature, top_p):
14
  # Construct the prompt with system message, history, and user input