File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ installer/src/build/*
77installer /src /dist /*
88/src /build /*
99/src /dist /*
10+ temp /*
11+ source /*
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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
3334The 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)
You can’t perform that action at this time.
0 commit comments