ramedde commited on
Commit
8b8ffac
·
verified ·
1 Parent(s): 0b61c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -116,10 +116,9 @@ def chat(user_fact, history):
116
  {"role": "user", "content": f"الفعل: {user_fact}"}
117
  ],
118
  "stream": True,
119
- "temperature": 0.1,
120
  "top_p": 0.9,
121
  "max_tokens": 300,
122
- "repeat_penalty": 1.1,
123
  }
124
 
125
  try:
 
116
  {"role": "user", "content": f"الفعل: {user_fact}"}
117
  ],
118
  "stream": True,
119
+ "temperature": 0.9,
120
  "top_p": 0.9,
121
  "max_tokens": 300,
 
122
  }
123
 
124
  try: