EinsteinCoder commited on
Commit
26cb597
·
1 Parent(s): c9aafe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ llm35 = ChatOpenAI(
53
 
54
  llm30 = OpenAI(
55
  temperature=0,
56
- max_tokens=128
 
57
  )
58
 
59
  memory = ConversationBufferMemory(memory_key="chat_history")
 
53
 
54
  llm30 = OpenAI(
55
  temperature=0,
56
+ max_tokens=256,
57
+ frequency_penalty=1
58
  )
59
 
60
  memory = ConversationBufferMemory(memory_key="chat_history")