openrag/src
Cole Goldsmith 2d31c4b9b0
Feat/278 Edit current model provider settings (#307)
* update settings update api to allow changing model provider config

* use react hook form

* make settings page small width

* re-use the onboarding forms instead of rolling a custom one

* issue

* remove test

* make custom forms with react-hook-form

* replace the updateFlow mutation with updateSettings

* show all the model providers

* revert changes to onboarding forms

* disabled state styles for providers

* break model selectors into their own file

* use existing selector component, use settings endpoint instead of onboarding, clean up form styles

* revert changes to openai onboarding

* small form changes
2025-10-31 13:22:51 -05:00
..
api Feat/278 Edit current model provider settings (#307) 2025-10-31 13:22:51 -05:00
config fix: fixed bugs on ollama integration, added ingestion on onboarding (#330) 2025-10-30 09:02:06 -03:00
connectors document_service connector fix 2025-10-10 14:21:39 -04:00
models fix document processing embedding model bug 2025-10-13 11:31:56 -04:00
services Changed default llm model to be gpt 4o (#334) 2025-10-31 12:17:47 -03:00
tui copy 2025-10-28 14:04:09 -04:00
utils await 2025-10-11 02:53:16 -04:00
agent.py feat: adds what is openrag prompt, refactors chat design, adds scroll to bottom on chat, adds streaming support (#283) 2025-10-22 14:03:23 -03:00
auth_context.py ruff 2025-09-03 09:17:30 -04:00
auth_middleware.py remove logging 2025-10-07 02:11:51 -04:00
main.py ingest should use task tracker 2025-10-16 20:52:44 -04:00
session_manager.py Merge branch 'main' of https://github.com/langflow-ai/openrag into delete-knowledge 2025-09-18 14:09:51 -06:00