Commit Graph

100 Commits (main)

Author SHA1 Message Date
Alex abf24fe60f Update FLASK_DEBUG_MODE setting to use value from settings module 2 months ago
Alex b3a0368b95 Update app.py 8 months ago
Amogha Kancharla 48f9997ea9
Update app.py
This version of code uses a concise syntax and reduces redundancy.
9 months ago
Alex b8acb860aa some tests 9 months ago
Alex 8fa9657ba6 working full 9 months ago
Alex 025549ebf8 fixes to make it work 9 months ago
Alex e85a583f0a testings 9 months ago
Anton Larin adb4bfa10b remove old static resources from the Flask application, update the routing in app.py 9 months ago
Alex 909f0afa69 ruff fixes 10 months ago
Alex e593241d75 Support for hf models optimised for docsgpt 10 months ago
Anton Larin 85f9ae5a0a fix packaging and imports and introduce tests with pytest.
still issues with celery worker.
10 months ago
Anton Larin 98a97f34f5 fix packaging and imports and introduce tests with pytest.
still issues with celery worker.
10 months ago
Anton Larin ac5ac3e9f1 Revert "Changed environment variable names OPENAI_API_BASE and OPENAI_API_VERSION to AZURE_OPENAI_API_BASE and AZURE_OPENAI_API_VERSION"
This reverts commit ce8b29e9d0.
11 months ago
Alex 22572c8ed1 ruff fixes 11 months ago
Alex 382c3930a2 history 11 months ago
Rik Schoonbeek ce8b29e9d0 Changed environment variable names OPENAI_API_BASE and OPENAI_API_VERSION to AZURE_OPENAI_API_BASE and AZURE_OPENAI_API_VERSION 11 months ago
Alex c216bea031 Update app.py 12 months ago
Idan 2404899e28 Fixed request length bug, changed to as less used port 12 months ago
Anton Larin 0ff5f408d6 fix configuration to support streaming answer with Azure 1 year ago
Anton Larin 5eda42ff31 fix configuration to support streaming answer with Azure 1 year ago
Anton Larin f5e287ffa6 optimized imports 1 year ago
Anton Larin 006897f1c0 Azure support for streaming output. 1 year ago
Anton Larin 968849e52b code readability, formatting, minor version bump 1 year ago
Alex 94cc18bd71 fix for sending sources + azure embeddings issue 1 year ago
Alex f209eebaf8
Merge pull request #255 from larinam/azure
Azure support #199
1 year ago
Alex bff200fede Sources by filename if available 1 year ago
Alex 610adcbefc Sources in responses 1 year ago
Anton Larin 0630504664
Merge branch 'main' into azure 1 year ago
Alex 577d58c92b less token less issues 1 year ago
Anton Larin b4bd34fb96 fix arc53/DocsGPT#199 1 year ago
Alex 3f88b04c4a Update app.py 1 year ago
Alex f8910ba136 Added history in streaming convo + fixed little bug with message margins on loading state 1 year ago
Alex e6bccaaf4e Update app.py 1 year ago
Alex 3b8039a580
Merge branch 'main' into feature/streaming 1 year ago
Alex fae3f55010 Working streaming 1 year ago
Alex 20c877f75b working fe 1 year ago
Alex d2358c399d working version 1 year ago
Alex c3af8a77af working streams 1 year ago
Alex 0b94f1717f
Merge pull request #246 from arc53/feature/gpt4all
Feature/gpt4all
1 year ago
Alex aaa1249a41 model fix + env var 1 year ago
Alex ffaa22c49b reverse history order to use latest history firts
Co-Authored-By: Pavel <32868631+pabik@users.noreply.github.com>
1 year ago
Alex 0b78480977 init 1 year ago
Alex 6a68b63192 history fix 1 year ago
Alex ff2e79fe7b streaming experiments 1 year ago
Alex bc9f1c17ed History
Co-Authored-By: riccardofresi <89981746+riccardofresi@users.noreply.github.com>
1 year ago
Alex 74845aed64 history init 1 year ago
Anton Larin 962becb9a5
Linting
* validate python formatting on every build with Ruff
* fix lint warnings
1 year ago
Anton Larin 168648e789 Proper PEP8 formatting 1 year ago
Serj 4efcb388ff Added settings usage to the worker 1 year ago
Serj 47e5d5684a Replace other env variables in the file 1 year ago