Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|