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 |
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 |
Kaveen Kumarasinghe
|
5841171106
|
slightly reduce pretext, improve minimal pretext, add support for >2 temperature
|
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
|
ea5f95800b
|
Format Python code with psf/black push
|
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 |
github-actions
|
99bb6200aa
|
Format Python code with psf/black push
|
2 years ago |
Rene Teigen
|
deee0b328d
|
Codex redo
|
2 years ago |
Rene Teigen
|
baa37f65fd
|
Merge remote-tracking branch 'Remote_Origin/main' into edit-endpoint
|
2 years ago |
github-actions
|
5dcd493c67
|
Format Python code with psf/black push
|
2 years ago |
Kaveen Kumarasinghe
|
709382b8da
|
api backoff
|
2 years ago |
Rene Teigen
|
e401927dcd
|
Add support for permanent custom model in threads
No current way to set it yourself
|
2 years ago |
Rene Teigen
|
b261aa6df4
|
Add codex to the edit command
|
2 years ago |
Rene Teigen
|
4efb82a033
|
Add edit endpoint
|
2 years ago |
github-actions
|
585638c457
|
Format Python code with psf/black push
|
2 years ago |
Kaveen Kumarasinghe
|
6bff3b2cb5
|
Stabilize pinecone conversations
|
2 years ago |
github-actions
|
b47d52f217
|
Format Python code with psf/black push
|
2 years ago |
Kaveen Kumarasinghe
|
051fc3a2ff
|
remove api key prints
|
2 years ago |
Kaveen Kumarasinghe
|
cfb7eb0903
|
Multi tenancy api key support
|
2 years ago |
github-actions
|
7f1a8e30f8
|
Format Python code with psf/black push
|
2 years ago |
Kaveen Kumarasinghe
|
720fad0ee7
|
permanent memory with pinecone ready for alpha
|
2 years ago |
Kaveen Kumarasinghe
|
a8b209c212
|
draft
|
2 years ago |
Rene Teigen
|
55f0db7f8b
|
Changed more name handling
|
2 years ago |
github-actions
|
7fb849de88
|
Format Python code with psf/black push
|
2 years ago |
Kaveen Kumarasinghe
|
369c836a72
|
AI Moderation!
|
2 years ago |
github-actions
|
20bd3a970c
|
Format Python code with psf/black push
|
2 years ago |
Kaveen Kumarasinghe
|
04d1a06a9e
|
Merge pull request #60 from Hikari-Haru/bigger-images
Changed the image resizing to go by the guild filesize limit
|
2 years ago |
github-actions
|
4a39685e45
|
Format Python code with psf/black push
|
2 years ago |
Kaveen Kumarasinghe
|
b31bfbe26d
|
Merge pull request #55 from Hikari-Haru/ask-parameters
Added passthrough of gpt3 parameters to /ask
|
2 years ago |
Rene Teigen
|
0835d849fc
|
Add fallback if guild is None
|
2 years ago |
Rene Teigen
|
68a20dcc50
|
Changed the image resizing to go by the guild filesize limit
Since boosted servers have higher limits, even for bots
|
2 years ago |
Kaveen Kumarasinghe
|
663fda421c
|
Make recurring file operations all async, add custom opener file feature
|
2 years ago |