SamiKoen commited on
Commit
cea0931
·
1 Parent(s): b90f53a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,8 +19,7 @@ def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], hi
19
  print(f"system message is ^^ {system_msg}")
20
  initial_message= [{"role": "system", "content": "Sen bir Trek Bisiklet asistanısın."},
21
  {"role": "user", "content": f"{inputs}"},]
22
- multi_turn_message = [{"role": "system", "content": "Adın Trekie"},]
23
-
24
  if chat_counter == 0 :
25
  payload = {
26
  "model": "gpt-4",
 
19
  print(f"system message is ^^ {system_msg}")
20
  initial_message= [{"role": "system", "content": "Sen bir Trek Bisiklet asistanısın."},
21
  {"role": "user", "content": f"{inputs}"},]
22
+
 
23
  if chat_counter == 0 :
24
  payload = {
25
  "model": "gpt-4",