高橋慧 commited on
Commit
82f44a4
·
1 Parent(s): f1c8bd8

change llama model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from llama_index.core import Settings
9
  import gradio as gr
10
 
11
  #models
12
- LLAMA3_8B = "Llama3-8b-8192"
13
  LLAMA3_70B = "llama-3.1-8b-instant"
14
  Mixtral = "mixtral-8x7b-32768"
15
 
 
9
  import gradio as gr
10
 
11
  #models
12
+ LLAMA3_8B = "llama-3.1-8b-instant"
13
  LLAMA3_70B = "llama-3.1-8b-instant"
14
  Mixtral = "mixtral-8x7b-32768"
15