corvo7 commited on
Commit
28a323f
·
verified ·
1 Parent(s): 0c2245b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ if st.button("Example "):
53
  model="gpt-3.5-turbo",
54
  messages=[
55
  {"role": "system", "content": "you are a very good assistant"},# set the behaviour of
56
- {"role": "user", "content": "Give an simple example based on y=f(x) in ml or dl"}
57
  ],
58
  temperature=0.5,
59
  max_tokens=500
 
53
  model="gpt-3.5-turbo",
54
  messages=[
55
  {"role": "system", "content": "you are a very good assistant"},# set the behaviour of
56
+ {"role": "user", "content": "Give an simple example based on y=f(x) function in ml or dl no code on a data "}
57
  ],
58
  temperature=0.5,
59
  max_tokens=500