Skip to content

Commit 05beff9

Browse files
committed
Minor cleanups
1 parent b9ac66f commit 05beff9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ installer/src/build/*
77
installer/src/dist/*
88
/src/build/*
99
/src/dist/*
10+
temp/*
11+
source/*

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"Subconscious UI for LLM use",
4848
"--copyright",
4949
"Copyright (C) 2024 by Subconscious.chat",
50-
"main.py",
50+
"app.py",
5151
],
5252
"problemMatcher": [],
5353
"options": {

docs/Feature_Roadmap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ Implement local storage for the chat history
2626
~~Implement some popular LLM APIs~~
2727

2828
- ~~OpenAI~~
29-
- ~~Gemini~~
29+
- ~~Google~~
3030
- ~~Ollama~~
31-
- ~~Claude~~
31+
- ~~Anthropic~~
32+
- ~~Hugging Face~~
3233

3334
The application Should be easy to install for non-technical users.
3435

@@ -58,7 +59,6 @@ Cool features to add:
5859
- A voice input button option and accompanying output and animation
5960
- Use mkdocs for documentation
6061
- A copy button for LLM responses
61-
- If no api key is configured, hide the llm selection button
6262
- On deletion of an API key for an active LLM, another configured LLM should be auto-selected
6363
- On clicking the lower area of the chatbox, the chatbox should be focused
6464
- Scroll position memory for chat history and settings panel (scroll_to method)

installer/src/icon.png

-29.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)