mehmet0001 commited on
Commit
dfe397d
·
verified ·
1 Parent(s): 1680bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ if st.session_state.stage == "prompt-input":
61
  completion = openai_client.chat.completions.create(
62
  extra_headers={},
63
  extra_body={},
64
- model="deepseek/deepseek-chat-r1:free",
65
- messages=[{"role":"user","message":prompt}])
66
 
67
  with st.chat_message("assistant"):
68
  full_response = ""
 
61
  completion = openai_client.chat.completions.create(
62
  extra_headers={},
63
  extra_body={},
64
+ model="deepseek/deepseek-r1:free",
65
+ messages=st.session_state.mesaages)
66
 
67
  with st.chat_message("assistant"):
68
  full_response = ""