Richard Beales
9c3f2a9c81
Merge pull request #1044 from fqd511/patch-1
...
add link for pinecone in README
2023-04-13 07:55:49 +01:00
Richard Beales
2ca7652e50
Merge pull request #810 from nponeccop/pr-whitespace-E303
...
Fix flake8 E303,W293,W291,W292,E305
2023-04-13 07:51:22 +01:00
Andy Melnikov
e635cf4a4a
Fix flake8 E303,W293,W291,W292,E305
...
Some of the previously fixed things creeped in. I would like to keep the
requirements low on the PR authors for now and gradually improve the
pep8 compliance without introducing much breakage.
2023-04-13 08:49:20 +02:00
Richard Beales
73378b176c
Merge pull request #742 from Artemonim/delete-settings-as-file
...
Delete ai_settings.yaml
2023-04-13 07:35:47 +01:00
Richard Beales
886117d82e
Merge pull request #1028 from merwanehamadi/feature/add-ability-change-temperature
...
Feature/add ability change temperature
2023-04-13 07:28:15 +01:00
Richard Beales
dabaa9d6a8
Merge pull request #965 from nolan23/master
...
pull image if it's not found locally
2023-04-13 07:26:30 +01:00
Richard Beales
49b65590ea
Merge pull request #781 from chozzz/fix/refactor-code
...
Remove duplicated unnecessary codes
2023-04-13 07:17:37 +01:00
Richard Beales
8e30edba2c
Merge pull request #463 from muellerberndt/shellcommands
...
Add capability to execute shell commands
2023-04-13 07:16:52 +01:00
Richard Beales
4e4af3ed26
Merge pull request #780 from coditamar/browse_scrape_links_test_and_validate
...
browse: (1) apply url validation also to scrape_links(), (2) add unit-tests for scrape_links()
2023-04-13 07:10:06 +01:00
Bernhard Mueller
f79c7c4d1e
Fix linter errors
2023-04-13 12:43:25 +07:00
Bernhard Mueller
946700fcf7
Change workdir logic
2023-04-13 11:27:43 +07:00
Bernhard Mueller
3ff2323450
Rename command & functions to execute_shell
2023-04-13 11:04:26 +07:00
511
91d1f3eca8
add link for pinecone in README
2023-04-13 11:43:09 +08:00
vadi
c594200195
Remove duplicated unnecessary config instance
2023-04-13 10:01:52 +10:00
Merwane Hamadi
046c49c90b
add temperature to .env.template
2023-04-12 16:28:21 -07:00
Merwane Hamadi
f4831348e8
Use configured temperature value in create_chat_completion function
2023-04-12 16:27:11 -07:00
Merwane Hamadi
4faba1fdd8
Add temperature configuration option to Config class
2023-04-12 16:27:01 -07:00
Itamar Friedman
3e53e976a5
flake8 style
2023-04-13 00:06:23 +03:00
Itamar Friedman
bf3c76ced7
flake8 style
2023-04-13 00:04:08 +03:00
Itamar Friedman
9f972f4ee9
flake8 style
2023-04-13 00:00:33 +03:00
Itamar Friedman
a40ccc1e5d
flake8 style
2023-04-12 23:53:40 +03:00
Itamar Friedman
54478b35f2
Merge branch 'master' into browse_scrape_links_test_and_validate
2023-04-12 23:51:53 +03:00
Richard Beales
a0f900f2da
Merge pull request #1007 from drikusroor/fix-flake8-issues
...
Fix flake8 issues
2023-04-12 21:43:35 +01:00
Drikus Roor
639df44865
docs: Update README.md with the flake8 command used in the CI
2023-04-12 22:42:15 +02:00
Drikus Roor
f4a481513d
ci: Set continue-on-error to false for flake8 lint job
2023-04-12 22:13:02 +02:00
Drikus Roor
1f837968ff
fix: Fix flake8 errors based on the flake8 command with a narrower definition of errors
2023-04-12 22:12:25 +02:00
Drikus Roor
8d0d4135ea
ci: Update flake8 command to ignore some issues.
...
We can later gradually make it stricter until we have no errors anymore.
2023-04-12 22:07:04 +02:00
Itamar Friedman
57bca3620e
minor style
2023-04-12 23:04:43 +03:00
Itamar Friedman
c63645cbba
redo suggested changes. move unit test files to the fitting directory
2023-04-12 22:41:23 +03:00
Itamar Friedman
7c0c896600
Merge branch 'master' into browse_scrape_links_test_and_validate
2023-04-12 22:31:51 +03:00
Pi
5982f29c18
Merge pull request #1002 from Torantulino/(workflow)IssueTemplate-for-bug
...
Update github-issue template for bug-report
2023-04-12 20:31:05 +01:00
Pi
b5c71a1b8e
Update 1.bug.yml
2023-04-12 20:21:06 +01:00
Richard Beales
7e3ff66494
Merge pull request #913 from chozzz/bugfix-823
...
Bugfix for #840 - Local memory fix
2023-04-12 20:07:50 +01:00
Artemonim
d699e764ef
Merge remote-tracking branch 'upstream/master' into delete-settings-as-file
2023-04-12 21:56:33 +03:00
Artemonim
fdb4c99447
Merge branch 'master' into delete-settings-as-file
2023-04-12 21:54:34 +03:00
Richard Beales
079daf726d
Merge pull request #923 from drikusroor/add-flake8-workflow
...
Add flake8 linter workflow
2023-04-12 19:48:24 +01:00
Richard Beales
ac76a97ec1
Merge pull request #798 from KissPeter/improve_Dockerfile_to_make_it_smaller
...
Improve Dockerfile
2023-04-12 19:44:58 +01:00
Richard Beales
0528aacfb7
Merge pull request #827 from PierreBastiani/user_input-quality_of_life
...
check for authorise 'y' without trailing space
2023-04-12 19:36:58 +01:00
Richard Beales
bc75c74eef
Merge pull request #957 from cryptidv/master
...
Adds a '--use-memory' flag to choose memory backend at runtime
2023-04-12 19:33:30 +01:00
Richard Beales
5bb77a8751
Merge pull request #794 from crimson-knight/add-documentation-for-caching-types
...
Adds information on how to use the other cache methods available
2023-04-12 19:31:23 +01:00
Seth T
d24c4af37d
Merge branch 'master' into add-documentation-for-caching-types
2023-04-12 14:27:07 -04:00
Drikus Roor
d780988554
chore: Add new lines to end of files
2023-04-12 20:21:42 +02:00
Drikus Roor
29d6ecd4d3
ci: Allow flake8 failure since there are a lot of issues
2023-04-12 20:21:42 +02:00
Drikus Roor
76cc0d2d74
docs: Document flake8 linter
2023-04-12 20:21:42 +02:00
Drikus Roor
87d465a8f1
chore: Rename unit test workflow file to ci.yml
2023-04-12 20:21:42 +02:00
Drikus Roor
dc0a94bba3
ci: Add a flake8 linting job
2023-04-12 20:21:42 +02:00
Drikus Roor
fa5b71c022
docs: Update README.md about running tests and coverage
2023-04-12 20:21:42 +02:00
Richard Beales
f9d8f728fa
Merge pull request #981 from fabricehong/feat_log-activity-and-error-in-files-3
...
logging activity and error in log files in addition to the console - attempt 2
2023-04-12 19:14:05 +01:00
Fabrice Hong
9f8b9db7bb
fix(global): fix wrong calls
2023-04-12 20:08:47 +02:00
Fabrice Hong
0f3c85335c
fix(logger): fix file handler not outputing DEBUG
2023-04-12 19:57:22 +02:00