matrix-gptbot/src/gptbot/classes
Kumi c92828def1
Optimize message concatenation, add Wikipedia tool
Refactor the message concatenation logic within the chat response to ensure the original final message remains intact at the end of the sequence. Introduce a new 'Wikipedia' tool to the bot's capabilities, allowing users to query and retrieve information from Wikipedia directly through the bot's interface. This enhancement aligns with efforts to provide a more informative and interactive user experience.
2023-11-29 11:30:54 +01:00
..
__init__.py Make it an importable module 2023-05-25 07:28:28 +00:00
bot.py Removed traceback print from exception handling in bot's tool call 2023-11-29 08:33:41 +01:00
dict.py Make it an importable module 2023-05-25 07:28:28 +00:00
logging.py Bump version to 0.1.0 2023-05-25 12:41:32 +00:00
openai.py Optimize message concatenation, add Wikipedia tool 2023-11-29 11:30:54 +01:00
trackingmore.py Make it an importable module 2023-05-25 07:28:28 +00:00
wolframalpha.py Make it an importable module 2023-05-25 07:28:28 +00:00