bugfix
This commit is contained in:
parent
7803b38e95
commit
143164c53d
@ -73,7 +73,7 @@ class BaseChatLLM:
|
|||||||
"model":self.model_id,
|
"model":self.model_id,
|
||||||
"response_time": t2 - t1,
|
"response_time": t2 - t1,
|
||||||
"finish_time": t3 - t1,
|
"finish_time": t3 - t1,
|
||||||
"output_token": output_tokens,
|
"output_tokens": output_tokens,
|
||||||
"choices":[
|
"choices":[
|
||||||
{
|
{
|
||||||
"index":0,
|
"index":0,
|
||||||
@ -161,7 +161,7 @@ class BaseChatLLM:
|
|||||||
"model":self.model_id,
|
"model":self.model_id,
|
||||||
"response_time": t2 - t1,
|
"response_time": t2 - t1,
|
||||||
"finish_time": t3 - t1,
|
"finish_time": t3 - t1,
|
||||||
"output_token": output_tokens,
|
"output_tokens": output_tokens,
|
||||||
"choices":[
|
"choices":[
|
||||||
{
|
{
|
||||||
"index":0,
|
"index":0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user