Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,10 @@ def openai_chat_completions(request: dict):
|
|
| 155 |
max_new_tokens=max_tokens,
|
| 156 |
# temperature=temperature
|
| 157 |
)
|
| 158 |
-
print('asdfasdfasdfasdf')
|
|
|
|
|
|
|
|
|
|
| 159 |
|
| 160 |
completion_id = f"chatcmpl-{int(time.time())}"
|
| 161 |
created = int(time.time())
|
|
|
|
| 155 |
max_new_tokens=max_tokens,
|
| 156 |
# temperature=temperature
|
| 157 |
)
|
| 158 |
+
print('\n\n asdfasdfasdfasdf')
|
| 159 |
+
print('result')
|
| 160 |
+
print(result)
|
| 161 |
+
print('data over \n\n')
|
| 162 |
|
| 163 |
completion_id = f"chatcmpl-{int(time.time())}"
|
| 164 |
created = int(time.time())
|