pxmxcsu9d commited on
Commit
0bda62b
1 Parent(s): ead8e7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from pathlib import Path
7
 
8
  # Initialize the InferenceClient
9
  client = InferenceClient(
10
- "cognitivecomputations/DeepMixtral-8x7b-Instruct"
11
  )
12
 
13
  def format_prompt(message, history, system_prompt):
 
7
 
8
  # Initialize the InferenceClient
9
  client = InferenceClient(
10
+ "frankenmerger/gemma-4b-instruct-v0.1"
11
  )
12
 
13
  def format_prompt(message, history, system_prompt):