github-actions
c7271ab525
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
5f62b1fa2e
Merge branch 'main' into set-conversation-model
...
Signed-off-by: Kaveen Kumarasinghe <k5kumara@uwaterloo.ca>
2 years ago
github-actions
5d5ec3dbb1
Format Python code with psf/black push
2 years ago
Rene Teigen
f48deab320
Forgot to remove extra models
2 years ago
Rene Teigen
669e3f0191
Changed how max tokens are fetched
...
lowered from 4024 to 2024 if max tokens can't be gotten
2 years ago
Rene Teigen
71125ce65d
Add ephemeral option to ask and edit
2 years ago
Rene Teigen
95dd054f1c
Remove finetune stuff
2 years ago
Rene Teigen
02b2bb97d8
Change backoff handling to be more verbose
2 years ago
Rene Teigen
5de0fd37da
Conversation command now has a model option
...
Added model autocomplete
2 years ago
github-actions
f8d797f3a8
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
f473342bff
move overrides into class
2 years ago
Kaveen Kumarasinghe
595feaf539
persistent settings
2 years ago
Kaveen Kumarasinghe
b4ddee81f7
welcome message off by default
2 years ago
Kaveen Kumarasinghe
32726ecba1
Merge pull request #119 from duckdoom4/main
...
Fix spelling mistakes
2 years ago
github-actions
774cf9423b
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
8d5dd77f2c
remove print
2 years ago
Kaveen Kumarasinghe
50e6f59ab5
change token limit when the text model changes
2 years ago
duckdoom4
8982df882e
Fix the default values set to temperature and top p
...
The documentation mentions it's recommended to not alter both
See https://beta.openai.com/docs/api-reference/completions/create#completions/create-temperature
2 years ago
duckdoom4
ac11d9f2a4
Remove hardcoded 'magic values'
2 years ago
duckdoom4
5de2e79b3b
Add missing models
2 years ago
duckdoom4
980f0f3dd4
Fix spelling mistakes
2 years ago
Kaveen Kumarasinghe
5841171106
slightly reduce pretext, improve minimal pretext, add support for >2 temperature
2 years ago
github-actions
7779e44a2c
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
11f563e16a
Add Paraphrase
2 years ago
github-actions
7e5d9266d5
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
4df4096f02
speed up moderations and smoothen translations
2 years ago
Rene Teigen
7260ab7b6b
Add stop in conversation, some formatting
...
Added ping on thread open
Removed extra newlines from ask formatting
2 years ago
github-actions
f0860d1f66
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
2ff7cb1a3b
add approve button to moderations, add reset
2 years ago
github-actions
4c08ab8820
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
7cb19039a1
custom bot name, beautify responses
2 years ago
Kaveen Kumarasinghe
50a9f7c469
custom bot name, beautify responses
2 years ago
Kaveen Kumarasinghe
02762fd61c
Add formality param to translations
2 years ago
Kaveen Kumarasinghe
8c1f492243
reorder language list
2 years ago
github-actions
d125668d25
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
3627d32e54
Translations with DeepL
2 years ago
github-actions
ea5f95800b
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
e947e030fb
more autocomplete
2 years ago
Kaveen Kumarasinghe
ca0fa419f9
change some defaults
2 years ago
Rene Teigen
207df295f0
Even more
2 years ago
Rene Teigen
7e5dace02b
Docs, fixes and linting
2 years ago
Kaveen Kumarasinghe
ba3ea3231b
a big refactor
2 years ago
Rene Teigen
1652c0be47
Merge remote-tracking branch 'Remote_Origin/main' into embeds
2 years ago
github-actions
99bb6200aa
Format Python code with psf/black push
2 years ago
Kaveen Kumarasinghe
2cf6f22d4f
Merge pull request #92 from Hikari-Haru/edit-endpoint
...
Add the edit endpoint
2 years ago
Rene Teigen
cf7f3f9ba4
Fix paginated edits, fix ask edit passing in redos prompt
2 years ago
Alessandro Bellia
91e84dddf6
Added the possibility to configure SQLITE db path
...
Now, the SQLITE db path for the user API keys can be configured through the USER_KEY_DB_PATH env variable
Signed-off-by: Alessandro Bellia <casildaserrano@yahoo.it>
2 years ago
Rene Teigen
deee0b328d
Codex redo
2 years ago
Rene Teigen
61a2a19191
Redo work
2 years ago
Rene Teigen
baa37f65fd
Merge remote-tracking branch 'Remote_Origin/main' into edit-endpoint
2 years ago