Spaces:
Sleeping
Sleeping
added notes
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def respond(message, history):
|
|
| 17 |
response = client.chat_completion(
|
| 18 |
messages,
|
| 19 |
max_tokens = 10, # to change the length
|
| 20 |
-
temperature = .9,
|
| 21 |
top_p = .7
|
| 22 |
)
|
| 23 |
|
|
|
|
| 17 |
response = client.chat_completion(
|
| 18 |
messages,
|
| 19 |
max_tokens = 10, # to change the length
|
| 20 |
+
temperature = .9, #randomization
|
| 21 |
top_p = .7
|
| 22 |
)
|
| 23 |
|