Greff3 commited on
Commit
f2b2cdc
·
verified ·
1 Parent(s): 51ab142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,8 +22,8 @@ client = OpenAI(
22
 
23
  # Create supported models
24
  model_links = {
25
- "GPT-4": "meta-llama/Meta-Llama-3.1-70B-Instruct",
26
  "GPT-4o": "meta-llama/Meta-Llama-3-8B-Instruct",
 
27
  }
28
 
29
  def reset_conversation():
 
22
 
23
  # Create supported models
24
  model_links = {
 
25
  "GPT-4o": "meta-llama/Meta-Llama-3-8B-Instruct",
26
+ "GPT-4": "meta-llama/Meta-Llama-3.1-70B-Instruct",
27
  }
28
 
29
  def reset_conversation():