This repository was archived by the owner on Apr 6, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Biber core #20
Merged
Merged
Biber core #20
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
4bc0eaa
ADMIN
dastanmedetbekov c2d695f
changed sys prompt for gemini
ReBuss666 e25e377
Added translations for html
ReBuss666 b2fef44
Added translations for html
ReBuss666 41d0577
Admin really maybe works
dastanmedetbekov 9b7f1f7
Dastan
dastanmedetbekov a833f50
Dastan 2
dastanmedetbekov 44cf428
Testing langs
dastanmedetbekov ae01448
Add init tests
dastanmedetbekov 4bf0199
AdminPanel Problem
dastanmedetbekov f27d00b
Dastan
dastanmedetbekov 672e42e
TEst
dastanmedetbekov 7608660
Burger
dastanmedetbekov 6e10689
Add burger and solved bugs?
dastanmedetbekov bfeba68
Added groq
dastanmedetbekov a577503
Added tests
dastanmedetbekov c526982
Openai
dastanmedetbekov 8b4f480
openai
dastanmedetbekov 418e046
Openai to Ollama local lllama3 8b switch
ReBuss666 9ef9066
docker yaml fix for llama
ReBuss666 0153ee5
docker fix
ReBuss666 0ad4b1d
1/3
ReBuss666 36b19d2
2/3
ReBuss666 1796b82
незначит фиксы
ReBuss666 3000ac1
openai is working
ReBuss666 ea923e0
latest stable 11:05
ReBuss666 7c6e275
11:25
ReBuss666 9ee13c5
script frontend updated
sherlocked-inn c9d77de
Merge branch 'biber-core' of https://github.com/DikiePercy/hackathon …
sherlocked-inn fc46569
ollama
dastanmedetbekov c88758a
Fixed async def chat func in rag.py
ReBuss666 e68a2b0
fonts added
sherlocked-inn b9680b3
ollama help
dastanmedetbekov 2c21ee0
Merge branch 'biber-core' of https://github.com/DikiePercy/hackathon …
dastanmedetbekov fe98a92
fixed
ReBuss666 e654853
Merge branch fixes: Ollama integration + critical bug fixes
ReBuss666 46f9f9b
unneces upd
ReBuss666 2829547
LANG
dastanmedetbekov fdad21e
Merge branch 'biber-core' of https://github.com/DikiePercy/hackathon …
dastanmedetbekov 7be6e1e
Added Lang
dastanmedetbekov 74dcbcc
Ollama
dastanmedetbekov 9229d1d
readme
ReBuss666 185c97d
Ollama fix
dastanmedetbekov 03e3295
readme
ReBuss666 662eee7
Potential fix for pull request finding 'Unused import'
dastanmedetbekov 97b7219
Potential fix for pull request finding 'Unused variable, import, func…
dastanmedetbekov 601edd5
Potential fix for pull request finding 'Except block handles 'BaseExc…
dastanmedetbekov 1f0be33
Potential fix for pull request finding 'Module imports itself'
dastanmedetbekov 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 was deleted.
Oops, something went wrong.
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.
.env.examplestill documentsRAG_GEMINI_EMBEDDING_MODEL=models/embedding-001, but docker-compose andscripts/start.shnow default tomodels/text-embedding-004and even include migration logic away fromembedding-001. Update.env.exampleto match the new default to avoid users unintentionally pinning legacy models.