JairoCesar commited on
Commit
8cfe713
·
verified ·
1 Parent(s): 0f48cc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  import re
7
 
8
  # Initialize the client
9
- client = InferenceClient("DeepSeek-Prover-V2-7B")
10
 
11
  # Function to format the prompt for Rorschach interpretation
12
  def format_prompt(message, history):
 
6
  import re
7
 
8
  # Initialize the client
9
+ client = InferenceClient("meta-llama/Meta-Llama-3.1-8B-Instruct")
10
 
11
  # Function to format the prompt for Rorschach interpretation
12
  def format_prompt(message, history):