airsltd commited on
Commit
f2f44f6
·
verified ·
1 Parent(s): 15f3bed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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())