Make it an importable module
Abandon DuckDB in favor of sqlite3
This commit is contained in:
parent
3a1d1ea86a
commit
55809a9a39
56 changed files with 234 additions and 828 deletions
4
src/gptbot/callbacks/test_response.py
Normal file
4
src/gptbot/callbacks/test_response.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
async def test_response_callback(response, bot):
|
||||
bot.logger.log(
|
||||
f"{response.__class__} response received", "debug")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue