Commit 98bb450
Release v0.1.3 (#68)
* chore: bump version, up compose
* Security/cli args (#67)
* security: fix cli_args issue, port bindings and redirects
* security: add graceful shutdown
* security: add DEV/PROD mode
* security: add configurable CORS
* chore: up .env.example and README.md
* security: add gitleaks to pre-commit
* security(attachments): limits for attachments
* chore(constants): up constants.py
* security(attachments): SSRF hardening for redirects
* security(auth): changed to secrets.compare_digest, up README.md
* security(auth): logs Redaction policy, disable full payload logging
* refactor: split big files into smaller ones
* refactor
* refactor
* refactor tests
* Update coverage badge for release/v0.1.3
* add openapi to count_tokens, fix loguru
* add openapi to count_tokens, fix loguru (#69)
* chore: changelog and README.md
* bugfix: create workaround for inner function name web_search
* bugfix: add function name mapping to all routes
* refactor: exceptions
* feature: split profiles in docker (DEV/PROD), up README.md
* chore: up CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent db83feb commit 98bb450
File tree
69 files changed
+3497
-894
lines changed- badges
- gpt2giga
- common
- middlewares
- models
- protocol
- attachment
- request
- response
- routers
- templates
- tests
- test_api_server
- test_cli
- test_config
- test_protocol
- test_router
- test_utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+3497
-894
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
2 | 34 | | |
3 | | - | |
| 35 | + | |
4 | 36 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
8 | 52 | | |
9 | | - | |
| 53 | + | |
10 | 54 | | |
11 | | - | |
| 55 | + | |
12 | 56 | | |
13 | 57 | | |
14 | | - | |
| 58 | + | |
15 | 59 | | |
16 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
8 | 50 | | |
9 | 51 | | |
10 | 52 | | |
| |||
122 | 164 | | |
123 | 165 | | |
124 | 166 | | |
125 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
126 | 170 | | |
127 | 171 | | |
128 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
8 | 50 | | |
9 | 51 | | |
10 | 52 | | |
| |||
122 | 164 | | |
123 | 165 | | |
124 | 166 | | |
125 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
126 | 170 | | |
127 | 171 | | |
128 | 172 | | |
| |||
0 commit comments