Batuhan Erenler and GitHub
d405f196fc
Update env.py
2023-01-06 02:09:30 +03:00
Batuhan Erenler and GitHub
ce343a5aea
Update env.py
2023-01-06 02:06:38 +03:00
Christopher King
78a79e10c9
Fixed formatting and captilization
2023-01-05 22:38:22 +00:00
furlat
f7ee8fd74b
pre_commit openbugger md
2023-01-05 23:10:34 +01:00
furlat
bb66f5d750
Added md for openbugger_example
2023-01-05 23:09:01 +01:00
Andrew Maguire and GitHub
78c6333bcf
make submit button blue for submit and green for next task
2023-01-05 22:05:24 +00:00
Vechtomov
6880b99ab0
npm install replaced with npm ci
2023-01-06 00:56:56 +03:00
Yannic Kilcher and GitHub
bbfc938587
Merge pull request #355 from b-mc2/main
...
StackExchange Builder update
2023-01-05 22:18:10 +01:00
Yannic Kilcher and GitHub
48fc4efa35
Merge pull request #419 from Vechtomov/generate-task-refactoring
...
Simplified random task generation
2023-01-05 22:06:21 +01:00
klotske
f5b49a952e
Add the taskInteraction contract test
2023-01-05 23:46:39 +03:00
Daniel Hug and GitHub
935e556cf6
Add message tree state model ( #414 )
...
* inital commit, created file for MessageTreeState table
* added initial implementation of MessageTreeState SQl model and added it to__init__
* Ran Alembic revision for migration
* reran precommit on
* removed create_data and deleted flag from model
* ran migration revision to remove unwant class variables date_created and deleted
* removed unused imports
* ran pre-commit
* Updated States definiton to be Enums instead fo Constants
* ran pre-commit formatting
* Fixed Enum class
* ran pre-commit
2023-01-05 21:32:47 +01:00
klotske
a4e8d829b1
Implement interaction in oasst_api
2023-01-05 23:27:44 +03:00
Batuhan Erenler and GitHub
2c08e46e31
Update env.py
...
Fixing trim bugs.
2023-01-05 23:05:41 +03:00
Vechtomov
df0c48c4fa
clean up
2023-01-05 22:59:12 +03:00
b-mc2
ee370e85a4
Changes from pre-commit
2023-01-05 14:55:26 -05:00
Batuhan Erenler and GitHub
ec61238711
Update env.py
2023-01-05 22:52:09 +03:00
Vechtomov
aafe93ff82
simplified random task generation
2023-01-05 22:50:51 +03:00
Batuhan Erenler and GitHub
4012f7da05
Update env.py
2023-01-05 22:50:22 +03:00
furlat
51739fa5b7
Update openbugger_example.ipynb
2023-01-05 20:33:04 +01:00
furlat
5b9cdcec48
Create openbugger_example.ipynb
...
added an example for open_bugger
2023-01-05 20:19:31 +01:00
jojopirker
1bd0336d27
bugfix
2023-01-05 19:02:00 +01:00
jojopirker
1d46b3132a
hacky solution for a bug
...
https://dev.to/wh1zk1d/swr-dynamic-routes-in-next-js-3cbl
2023-01-05 18:54:38 +01:00
Batuhan Erenler and GitHub
6f319651c1
Update env.py
...
Here are the improvements that I made:
Imported the logging module and used it to set up the loggers, rather than using the deprecated logging.config.fileConfig function.
Renamed the sqlmodel module to models and imported it correctly.
Changed the # noqa: F401 comment to a more appropriate # Ignore unused import comment.
Added type annotations and docstrings to the functions.
Improved the formatting and added some comments to make the code more readable.
Changed the with context.begin_transaction(): block to use the contextlib.suppress context manager to suppress any exceptions that might be raised, so that the script can gracefully exit in case of an error.
2023-01-05 20:17:37 +03:00
Nil Andreu and GitHub
739c073328
Session Close when called HuggingFace Client ( #411 )
...
* [FIX] Session Close
* [NEW] Async Context Managers of Response
* [NEW] Linting
2023-01-05 17:49:39 +01:00
d_auras
a40e6ec31d
ran pre-commit again
2023-01-05 16:25:58 +01:00
Nil Andreu and GitHub
ee50b573e1
Detoxify Rest API Client ( #404 )
...
* [NEW] utils: Endpoint Toxic Roberta
* [NEW] Constants API URL
* [NEW] Git ignore venv
* [NEW] Lint
* [NEW] Backend default args
* [NEW] HUGGINGFACE_API_ERROR
* [NEW] Requests package
* [NEW] Get Toxicity Endpoint
* [NEW] Schema: ToxicityClassification
[NEW] Constants module
[FIX] Module
* [FIX] Test Key HF
* [NEW] settings: HUGGING_FACE_API_KEY
* [NEW] Remove requests
* [NEW] HuggingFace client
* [NEW] Cleaning code
2023-01-05 16:18:04 +01:00
rasdani and GitHub
d379193bed
add REDIS_HOST environment variable to backend
...
to comply fully with `docker-compose.yaml`
2023-01-05 16:15:20 +01:00
3dbe0ae1ba
Implement task selection ( #383 )
...
* commented out legacy numerical solver
* added comments and task_scheduling for selecting which task to serve to users
* removed standalone task weighting
* pre-commit hook rerun
Co-authored-by: Alexander Mattick <alex.mattick@fau.de >
2023-01-05 16:14:39 +01:00
jojopirker and GitHub
894219423d
ER-Diagrams in data_schemas.md ( #367 )
...
* initial er-diagrams
* pre-commit
2023-01-05 12:55:43 +01:00
jojopirker
d0bc720761
inital try for navigation messages trees
...
should be redone probably in a recursive way...
2023-01-05 12:17:45 +01:00
d_auras
aa09245f73
fixed last trailing line break in README
2023-01-05 11:44:39 +01:00
d_auras
43227b2cdc
fixed line breaks in README
2023-01-05 11:42:02 +01:00
rasdani and GitHub
76ae381b86
Merge branch 'LAION-AI:main' into main
2023-01-05 11:35:25 +01:00
Keith Stevens and GitHub
843ea1a01a
Merge pull request #403 from othrayte/web-dashboard-initial-prompt
...
website: Add Create Initial Prompts link to the dashboard
2023-01-05 19:32:05 +09:00
Keith Stevens and GitHub
64a4c4ab6c
Merge pull request #401 from jojopirker/messagesPage
...
spacing for message dashboard (comment in #375 )
2023-01-05 19:31:35 +09:00
d_auras
8921b4f8dd
added test files and README, ready for pull request
2023-01-05 11:31:13 +01:00
Keith Stevens and GitHub
38fec237d0
Merge pull request #342 from jack-michaud/jm/contract-tests-for-website
...
refactor + test: add OasstApiClient in website with tests
2023-01-05 19:30:47 +09:00
d_auras
55a4cf1fd0
finally hooked up redis insights to redis
2023-01-05 11:12:11 +01:00
Yannic Kilcher
43f30925c6
updated logo
2023-01-05 11:05:29 +01:00
Yannic Kilcher
0a0fe2fce2
updated logo
2023-01-05 11:05:07 +01:00
Yannic Kilcher
9686ff6165
updated logo
2023-01-05 11:01:45 +01:00
Yannic Kilcher
cd4e67c7eb
updated logo
2023-01-05 11:01:20 +01:00
Yannic Kilcher
dbedf4ea0d
updated logo
2023-01-05 11:00:26 +01:00
Yannic Kilcher
f85d5705e5
updated logo
2023-01-05 10:59:44 +01:00
Yannic Kilcher
881af7a999
updated readme
2023-01-05 10:58:35 +01:00
Yannic Kilcher and GitHub
9881b9d8cb
Merge pull request #402 from Jac-Zac/main
...
Starting point to make the documentation more modular and better README.md
2023-01-05 10:57:22 +01:00
Jac-Zac
59fd372063
fixing style
2023-01-05 10:55:06 +01:00
Yannic Kilcher and GitHub
e3a1239a23
Merge pull request #363 from LAION-AI/257-backend-aws-redis
...
Adding the Redis secret for running the backend on AWS
2023-01-05 10:53:54 +01:00
Adrian Cowan
cb8fec868c
website: Add Create Initial Prompts link to the dashboard.
2023-01-05 20:51:45 +11:00
Jac-Zac
6df5b1f198
adding CONTRIBUTING.md
2023-01-05 10:48:27 +01:00