-
Notifications
You must be signed in to change notification settings - Fork 25
Fix/cleanup model #219
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
Merged
Merged
Fix/cleanup model #219
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5ea13cc
refactor memory
0xrushi 9a372f5
Merge branch 'main' into fix/cleanup-model
0xrushi 649c0de
add config
0xrushi 4597b80
merge
0xrushi ab89263
Merge branch 'fix/cleanup-model' of github.com:0xrushi/friend-lite in…
0xrushi 6976b6f
docstring
0xrushi 77fea64
more cleanup
0xrushi c9b0590
code quality
0xrushi 9816c2f
code quality
0xrushi 0464b32
unused return
0xrushi 5f325c1
DOTTED GET
0xrushi 686f357
Merge branch 'dev' into fix/cleanup-model
AnkushMalaker 43ed63e
Refactor Docker and CI configurations
AnkushMalaker db83fe4
Merge branch 'dev' into fix/cleanup-model
AnkushMalaker 790ba69
Update configuration files for model providers and Docker setup
AnkushMalaker 3608383
Merge pull request #220 from chronicler-ai/fix/cleanup-model-2
AnkushMalaker b9642c8
Update transcription job handling to format speaker IDs
AnkushMalaker a8e8bcc
Remove loading of backend .env file in test environment setup
AnkushMalaker f3701c7
Enhance configuration management and setup wizard
AnkushMalaker 5de2dc9
Enhance HTTPS configuration in setup wizard
AnkushMalaker 7f77600
Add source parameter to audio file writing in websocket controller
AnkushMalaker b6ba9ea
Merge branch 'fix/cleanup-model' into feat/config-yaml-compatible-wizard
AnkushMalaker 274a38f
Merge pull request #227 from chronicler-ai/feat/config-yaml-compatibl…
AnkushMalaker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use proper heading syntax instead of emphasis.
Line 73 uses emphasis (bold) instead of a proper Markdown heading (line 72 is a
###heading, but line 73 should not be emphasized text pointing to a heading). Apply proper heading hierarchy.Static analysis concern: markdownlint MD036 flags this pattern. Consider:
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
74-74: Emphasis used instead of a heading
(MD036, no-emphasis-as-heading)
🤖 Prompt for AI Agents