Skip to content

Refactoring GUI and API Integration, Design overhaul. #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ cython_debug/

*code-workspace
settings.user.ini
.aider*
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
replicate==0.33.0
replicate==0.34.1
python-dotenv==1.0.1
token_count==0.2.1
loguru==0.7.2
nicegui==2.1.0
nicegui==2.3.0
httpx==0.27.2
dynaconf==3.2.6
toml==0.10.2
80 changes: 0 additions & 80 deletions src/config.py

This file was deleted.

Loading