Skip to content

Commit 9bdeb58

Browse files
committed
Fix merge issues
1 parent 9f1946a commit 9bdeb58

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

tests/mlmodel_langchain/test_chain.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@
406406
"input": "[[3923, 374, 220, 17, 489, 220, 19, 30]]",
407407
"request.model": "text-embedding-ada-002",
408408
"request_id": None,
409+
"response.model": "text-embedding-ada-002-v2",
410+
"response.organization": "nr-test-org",
409411
"response.headers.llmVersion": "2020-10-01",
410412
"response.headers.ratelimitLimitRequests": 10000,
411413
"response.headers.ratelimitLimitTokens": 50000000,
@@ -428,6 +430,8 @@
428430
"input": "[[10590]]",
429431
"request.model": "text-embedding-ada-002",
430432
"request_id": None,
433+
"response.model": "text-embedding-ada-002-v2",
434+
"response.organization": "nr-test-org",
431435
"response.headers.llmVersion": "2020-10-01",
432436
"response.headers.ratelimitLimitRequests": 10000,
433437
"response.headers.ratelimitLimitTokens": 50000000,
@@ -525,6 +529,7 @@
525529
"ingest_source": "Python",
526530
"request.model": "gpt-3.5-turbo",
527531
"request_id": None,
532+
"response.model": "gpt-3.5-turbo-0125",
528533
"response.choices.finish_reason": "stop",
529534
"response.headers.llmVersion": "2020-10-01",
530535
"response.headers.ratelimitLimitRequests": 10000,
@@ -558,6 +563,8 @@
558563
"timestamp": None,
559564
"trace_id": "trace-id",
560565
"vendor": "openai",
566+
"token_count": 0,
567+
"content": "You are a generator of quiz questions for a seminar. Use the following pieces of retrieved context to generate 5 multiple choice questions (A,B,C,D) on the subject matter. Use a three sentence maximum and keep the answer concise. Render the output as HTML\n\nWhat is 2 + 4?",
561568
},
562569
],
563570
[
@@ -566,7 +573,6 @@
566573
"completion_id": None,
567574
"content": "math",
568575
"id": None,
569-
"ingest_source": "Python",
570576
"request_id": None,
571577
"response.model": "gpt-3.5-turbo-0125",
572578
"role": "user",
@@ -620,8 +626,6 @@
620626
" Answer: A) 64\n"
621627
"```\n",
622628
"id": None,
623-
"ingest_source": "Python",
624-
"is_response": True,
625629
"request_id": None,
626630
"response.model": "gpt-3.5-turbo-0125",
627631
"role": "assistant",

0 commit comments

Comments
 (0)