⚡ AI Avatar Factory is an interface for creating and managing AI avatars. ⚡
Stars
63
Forks
7
Watchers
63
Open Issues
19
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
3
commits
Merge pull request #28 from Reekomer/7-the-chat-history-doesnt-reset-when-loading-new-avatar
06a6cfdView on GitHubas per TDD method, i'm refactoring, and removing the unnecessary single avatar mock chat
adbd480View on GitHubAdjusted chat's interface.py to include an avatar tracker inside the send_request_to_llm function. Chat history issue resolved.
deaaf4dView on GitHubadded clear chat history between two chats in test_mock_chat.py
020241dView on GitHubadjusted the test_mock_chat.py file to be more simple and include test_sent_request_to_llm and test_chat_history_on_avatar_change functions. 2nd fails as expected.
4301b32View on GitHubremoved test_database folder and file since it is not needed afterall
5227295View on GitHubsimplified test_chat_interface.py and removed unnecessary imports.
79adaa2View on GitHubMerge branch 'main' into 7-the-chat-history-doesnt-reset-when-loading-new-avatar
0e5690aView on GitHubrenamed test_send_request_to_llm and focused on send_request_to_open_ai
f23308aView on GitHubMock test single avatar interaction with elevenlabs and zonos
c2f6878View on GitHubrenamed test_send_request_to_llm and focused on send_request_to_open_ai
a1978cbView on GitHub