Skip to content

Commit

Permalink
updated the dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Apr 26, 2024
1 parent f64bbf2 commit f3530e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/subsystem/manager/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Midori AI Subsystem extends Docker's capabilities by providing a modular and
- The Webserver should be back up, sorry for the outage

**Known Issues**
- None at this time
- AnythingLLM Backend seems to be not upserting files, please report if you are having this bug to the github
- **Report Issuses** -> [Github Issue](https://github.com/lunamidori5/Midori-AI/issues/new/choose)

**Windows Users**
Expand Down
2 changes: 1 addition & 1 deletion other_files/midori_program_ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`Red Satinbird` ->| 24.4.23.1 |<-
`Red Satinbird` ->| 24.4.26.0 |<-
6 changes: 4 additions & 2 deletions other_files/model_installer/subsystem_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,10 @@
s.log(blank_line)
s.log(backends_text_text_done)
print("")
print(Fore.RED + 'DEV NOTE' + Fore.WHITE + ': Please report bugs to the github or email so we can fix them!')
print(Fore.RED + 'DEV NOTE' + Fore.WHITE + ': Thank you all so much for helping with the beta! <3')
print(Fore.RED + 'DEV NOTE:' + Fore.WHITE + ' Please report bugs to the github or email so we can fix them!')
print(Fore.RED + 'DEV NOTE:' + Fore.WHITE + ' Thank you all so much for helping with the beta! <3')
print("")
print(Fore.RED + 'DEV NOTE:' + Fore.WHITE + ' Please report bugs with the `AnythingLLM` backend to the github.')
print("")

for line in menu_list_opt:
Expand Down

0 comments on commit f3530e9

Please sign in to comment.