高橋慧 commited on
Commit
9edbaa5
·
1 Parent(s): 2a21986

change llama model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def RetriviralClinicalTrrial_multi(message,history,cancer_name):
28
  database = SQLDatabase(engine)
29
  # The replicate endpoint
30
  LLAMA3_8B = "Llama3-8b-8192"
31
- LLAMA3_70b = "Llama3-70b-8192"
32
  Mixtral = "mixtral-8x7b-32768"
33
 
34
  '''llm = OpenAI(
 
28
  database = SQLDatabase(engine)
29
  # The replicate endpoint
30
  LLAMA3_8B = "Llama3-8b-8192"
31
+ LLAMA3_70b = "llama-3.1-8b-instant"
32
  Mixtral = "mixtral-8x7b-32768"
33
 
34
  '''llm = OpenAI(