Skip to content

Commit

Permalink
Added Pipfile packages that were missing and updated regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Feb 11, 2024
1 parent 3c3b315 commit 405aa41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ py = "*" # Dependency of pytest-regtest
build = "*"
twine = "*"
hatch = "*"
transformers = "*"
torch = "*"

[requires]
python_version = "3.11"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(SystemMessage(content='System message'), AIMessage(content='OK'))
[HumanMessage(content='Test 1'), AIMessage(content='OK 1'), HumanMessage(content='Test 2'), AIMessage(content='OK 2'), HumanMessage(content='Test 3'), AIMessage(content='OK 3')]
[ChatResponse(message=AIMessage(content='OK 1'), total_tokens=1024, finish_reason=<FinishReason.stop: 1>), ChatResponse(message=AIMessage(content='OK 2'), total_tokens=1024, finish_reason=<FinishReason.stop: 1>), ChatResponse(message=AIMessage(content='OK 3'), total_tokens=1024, finish_reason=<FinishReason.stop: 1>)]
[ChatResponse(message=AIMessage(content='OK 1'), total_tokens=15, finish_reason=<FinishReason.stop: 1>), ChatResponse(message=AIMessage(content='OK 2'), total_tokens=23, finish_reason=<FinishReason.stop: 1>), ChatResponse(message=AIMessage(content='OK 3'), total_tokens=31, finish_reason=<FinishReason.stop: 1>)]

0 comments on commit 405aa41

Please sign in to comment.