Docfile commited on
Commit
2505c67
·
verified ·
1 Parent(s): 751595a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ llm= LLM = G4FLLM(
37
  llm = LangChainLLM(llm=llm)
38
 
39
  """
40
- llm=ChatGoogleGenerativeAI(model="gemini-pro")
41
  model_name = "models/embedding-001"
42
 
43
 
 
37
  llm = LangChainLLM(llm=llm)
38
 
39
  """
40
+ llm=ChatGoogleGenerativeAI(model="gemini-pro", convert_system_message_to_human=True )
41
  model_name = "models/embedding-001"
42
 
43