Skip to content

Commit

Permalink
ssss
Browse files Browse the repository at this point in the history
  • Loading branch information
herumes committed Jun 9, 2024
1 parent a5aa337 commit 5ffcd89
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 395 deletions.
310 changes: 0 additions & 310 deletions examples/chatbot_with_streaming.py

This file was deleted.

1 change: 1 addition & 0 deletions examples/tool_calling.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def invoke_function_call(function: FunctionCall) -> Any | None:
return None

history = [
# You can add a system message with additional information about the tool call if needed.
ChatMessage(role="user", content="what is the weather in scotland? please tell me in fahrenheit")
]

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ ruff = "^0.1.6"
mypy = "^1.10.0"
black = "^24.4.2"
types-requests = "^2.31.0.10"
pytest = "^7.4.3"
pytest-asyncio = "^0.23.2"
pyyaml = "^6.0.1"
types-pyyaml = "^6.0.12.20240311"

Expand Down
Empty file removed tests/__init__.py
Empty file.
17 changes: 0 additions & 17 deletions tests/conftest.py

This file was deleted.

40 changes: 0 additions & 40 deletions tests/test_chat.py

This file was deleted.

Loading

0 comments on commit 5ffcd89

Please sign in to comment.