An0nymous
2c7394edfa
Merge pull request #31 from senju1337/fix/OPS-64
...
Fix/ops 64 Fix the poem extraction from the ai to drastically reduce regeneraions
2025-03-21 15:36:54 +00:00
An0nymous
ee16a4bf8d
Merge pull request #33 from senju1337/feat/OPS-63-docsgen
...
setup a simple generation for the documentation OPS-63
2025-03-21 15:36:25 +00:00
An0nymous
30228afa0c
Merge pull request #35 from senju1337/fix/OPS-69
...
fix: remove foobar functions which was only used to test if sphinx works
2025-03-21 15:35:39 +00:00
0xjrx
f52deafc18
Merge branch 'devel' into feat/OPS-56
2025-03-21 16:34:46 +01:00
0xjrx
3234cf0e6b
fix: remove unnecessary stuff
...
Refs: OPS-56
2025-03-21 16:34:11 +01:00
Alivecow
ab47d13938
refactor: Apply precommit autochanges
2025-03-21 16:27:28 +01:00
Alivecow
e6da82595a
docs: Add docstrings for the store manager and main
...
Refs: OPS-68
2025-03-21 16:22:12 +01:00
Guts
23e715d847
Merge branch 'devel' into fix/OPS-64
2025-03-21 16:14:21 +01:00
Guts
7880919e06
Merge pull request #37 from senju1337/feat/OPS-54
...
Feat/ops-54: Add a maximum input length fo the prompt
2025-03-21 16:03:02 +01:00
github-actions[bot]
740358ae72
ci: automatic Python Formatter changes
2025-03-21 14:56:43 +00:00
0xjrx
c705e863d1
fix: fix js to limit user input
...
Reps: OPS-54
2025-03-21 15:56:08 +01:00
Alivecow
3c3cf80aaf
docs: Add docstrings for the haiku class
...
Refs: OPS-68
2025-03-21 15:33:21 +01:00
0xjrx
36c3d0a83f
fix: changed html error code to the correct one
...
Refs: OPS-54
2025-03-21 15:31:51 +01:00
0xjrx
1ca1bc525b
fix: remove unnecessary import
...
Refs: OPS-54
2025-03-21 15:26:30 +01:00
0xjrx
8223437f9e
feat: increase input length and enforce length in js as well as backend
...
Refs: OPS-54
2025-03-21 15:23:02 +01:00
An0nymous
1022baa886
Merge pull request #36 from senju1337/docs
...
docs: components
2025-03-21 14:12:20 +00:00
Christoph J. Scherr
2ed42fc9a5
docs: components
2025-03-21 15:08:20 +01:00
0xjrx
a89ad5cba9
feat: Add a maximum input length fo the prompt
...
Refs: OPS-54
2025-03-21 15:06:26 +01:00
Christoph J. Scherr
862c0d915c
fix: remove foobar functions which was only used to test if sphinx works
...
Refs: OPS-69
2025-03-21 15:06:09 +01:00
Christoph J. Scherr
57d2f31b19
chore: deploy docs to github pages and manual artifacts
...
Refs: OPS-63
2025-03-21 14:37:19 +01:00
Christoph J. Scherr
44bbfa24d3
chore: setup a simple generation for the documentation
...
Refs: OPS-63
2025-03-21 14:36:55 +01:00
0xjrx
6baaee8d9a
fix: potential fix for the speech synthesis
...
Refs: OPS-56
2025-03-21 14:16:32 +01:00
Alivecow
3168b250e0
fix: Fix poem extraction from AI response
...
Refs: OPS-64
2025-03-21 14:13:14 +01:00
Guts
440aaa2bd4
Merge pull request #29 from senju1337/feat/OPS-61
...
feat/OPS-61: auto documentation
2025-03-20 11:42:14 +01:00
An0nymous
308a2cf981
Merge pull request #30 from senju1337/feat/ai_promts
...
Feat/ai promts Add new model and change model temperature
2025-03-17 15:47:32 +00:00
Alivecow
f7a7eeb3c7
refactor: Change model back to phi
...
Refs: OPS-12
2025-03-17 16:43:04 +01:00
0xjrx
b2cf4a0a72
fix: remove unnesessary file
2025-03-17 16:26:04 +01:00
0xjrx
bdc88e0644
feat: add button for t2s
...
Refs: OPS-56
2025-03-17 16:25:18 +01:00
0xjrx
bc2d7adcec
Merge branch 'devel' into feat/OPS-56
2025-03-17 16:18:54 +01:00
Alivecow
aeb3875564
feat: Change model creation to have better control and model
...
Refs:: OPS-12
2025-03-17 15:43:11 +01:00
Guts
33aaac5f3b
Merge pull request #27 from senju1337/feat/OPS-55
...
Feat/OPS-55 add frontend for image to haiku
2025-03-17 15:01:11 +01:00
0xjrx
c6fc95f69c
feat: add script for t2s for Haikus
...
Refs: OPS-56
2025-03-17 14:55:14 +01:00
Christoph J. Scherr
5e1af865a8
Merge pull request #20 from senju1337/master
...
rebase to latest changes in master
2025-03-17 14:28:20 +01:00
Christoph J. Scherr
63d434efe2
chore: remove _modules and autogenerate it
...
Refs: OPS-61
2025-03-17 14:24:22 +01:00
github-actions[bot]
627b546227
ci: automatic Python Formatter changes
2025-03-15 19:09:15 +00:00
Joscha Dierks
20855b2117
feat/OPS-61: fix - documentation works without converting senju into a python package.
...
Important: It seems the sphinx commands only work by entering the virtual environment of senju by copying the command/output of
```poetry env activate```
Inside the env install/update the poetry packages to ensure that you use the correct version of sphinx. Afterward cd into the senju/docs folder and execute auto_docu.sh
You can open the docu with
```firefox build/html/index.html```
2025-03-15 19:55:10 +01:00
Joscha Dierks
b9c4091299
feat/OPS-61: added auto documentation for haiku.py, main.py and store_manager.py
...
At the moment it works by converting senju into a python package. This causes the html docu to start with a link 'senju package' which lists all three moduls and their documentation. I will try now to make it so all three moduls have a docu link of their own.
The method foobar in each modul is for testing purposes and should be deleted once full functionality is confirmed.
2025-03-15 19:40:35 +01:00
Joscha Dierks
39369a65d6
feat/OPS-61: add basic documentation
...
It currently works only for haiku.py for some reason
2025-03-14 16:53:44 +01:00
github-actions[bot]
5c00acad9b
ci: automatic Python Formatter changes
2025-03-14 14:33:32 +00:00
Guts
fe16fc2b6d
Merge branch 'devel' into feat/OPS-55
2025-03-14 15:33:09 +01:00
0xjrx
52313f8694
chore: remove yo mama and retry renaming
...
Refs: OPS-55
2025-03-14 15:20:24 +01:00
0xjrx
06a3c65140
chore: rename branch to gira ID
...
Refs: OPS-55
2025-03-14 15:17:57 +01:00
Amrasil
eb9aa864ab
Merge pull request #24 from senju1337/feat/OPS-31
...
feat/OPS-31: code coverage
2025-03-14 10:15:34 -04:00
0xjrx
3ea4c32db8
chore: add name to pyproject.toml
2025-03-14 15:14:14 +01:00
0xjrx
4eef745764
feat: add box to show generated haiku from image
...
OPS-55
2025-03-14 15:11:04 +01:00
Amrasil
d3bbcff2d1
Merge pull request #23 from senju1337/feat/OPS-36
...
feat/OPS-36: add favicon
2025-03-14 09:33:35 -04:00
Amrasil
ec9ed25b38
feat/OPS-31: added coverage feature
...
run coverage.sh to review the code coverage
REQUIRED: poetry update
2025-03-12 19:20:38 +01:00
Amrasil
f60120245e
feat/OPS-36: fix line length requirement (again)
2025-03-12 13:03:26 +01:00
Amrasil
dadacb76f9
feat/OPS-36: fix line length requirement
2025-03-12 12:47:54 +01:00
Amrasil
bdb1502203
feat/OPS-36: add favicon to all sites
2025-03-12 12:21:37 +01:00