gilcu3
|
f69f9e5034
|
vision support for history (not including the image itself)
|
2023-11-09 17:52:14 +01:00 |
|
gilcu3
|
086f844737
|
vision model do not seem to support function calling
|
2023-11-08 19:10:11 +01:00 |
|
gilcu3
|
9e7d8701cd
|
added support for vision
|
2023-11-08 17:56:27 +01:00 |
|
gilcu3
|
450b86d5a7
|
updated openai to 1.1.1
|
2023-11-08 10:09:42 +01:00 |
|
root
|
3e41071242
|
align with the behavior of other variables
|
2023-09-04 09:10:55 +00:00 |
|
root
|
84514ef955
|
Add directions to whisper
|
2023-09-03 23:03:08 +00:00 |
|
ned
|
e1f328bf6f
|
Merge branch 'main' into feature/support-functions
# Conflicts:
# README.md
|
2023-08-04 18:07:17 +02:00 |
|
ned
|
3d2231a320
|
removed billing apis call - fix #385
|
2023-07-28 21:42:39 +02:00 |
|
ned
|
06aecfc77b
|
fix another import
|
2023-07-03 22:38:14 +02:00 |
|
ned
|
426e07c084
|
Merge branch 'main' into feature/support-functions
# Conflicts:
# translations.json
|
2023-07-03 22:31:15 +02:00 |
|
ned
|
0597b8ef35
|
added youtube audio extractor, dice, and direct response for images
|
2023-07-03 22:18:43 +02:00 |
|
stanislavlysenko
|
d6a5b5914b
|
(fix) Adding prompt after summarize
|
2023-06-20 17:32:12 +03:00 |
|
ned
|
c1bfda47b5
|
improvements and added initial spotify plugin
|
2023-06-19 19:53:34 +02:00 |
|
ned
|
de3c6c5b5c
|
adjust imports
|
2023-06-17 23:56:40 +02:00 |
|
ned
|
302cdc035d
|
various improvements and new plugins
|
2023-06-17 23:39:12 +02:00 |
|
ned
|
23f0d6662d
|
reorganize folders
|
2023-06-14 20:44:00 +02:00 |
|
ned
|
97f58b30ff
|
initial functions support and added weather func
|
2023-06-14 19:46:02 +02:00 |
|
ned
|
96fb76ef44
|
auto retry while rate limited using tenacity
|
2023-06-14 12:35:23 +02:00 |
|
ned
|
74dfdb81cd
|
support new models and update dependencies
`gpt-3.5-turbo-0613`, `gpt-3.5-turbo-16k`, `gpt-3.5-turbo-16k-0613`, `gpt-4-0613`, `gpt-4-32k-0613`
|
2023-06-14 10:27:06 +02:00 |
|
ned
|
00dace14a9
|
minor improvements
|
2023-04-18 19:24:25 +02:00 |
|
bestmgmt
|
95abf797e0
|
Fixing the path to the tranlsations.json
the translations.json is located inside the parent directory so this change will fix it.
|
2023-04-16 05:52:41 -04:00 |
|
bugfloyd
|
37a0f0ce5e
|
Improve variable names & defs
Fix shadow names
Convert unused method parameters to private
Fix variable referenced before assignment
Improve parameter docs
|
2023-04-15 15:18:17 +02:00 |
|
bugfloyd
|
431aeecd95
|
Apply PEP8 styling standard & reformat
|
2023-04-15 14:47:30 +02:00 |
|
AlexHTW
|
acf500e92d
|
added translations for messages from openai_helper
|
2023-04-13 16:11:21 +02:00 |
|
AlexHTW
|
2dfe731a18
|
added future import to support typing for 3.8
|
2023-04-04 01:13:05 +02:00 |
|
ned
|
fb17a5d86e
|
remove failing credit_grants API call (fix #163)
|
2023-04-02 11:05:47 +02:00 |
|
ned
|
e110afd02f
|
increase default max tokens for gpt-4 models
|
2023-03-29 10:18:10 +02:00 |
|
ned
|
e43103a838
|
update token counting function
|
2023-03-28 13:59:46 +02:00 |
|
ned
|
d549584c53
|
fix transcript prompt when stream is enabled
|
2023-03-26 15:26:22 +02:00 |
|
ned
|
1a87a44421
|
Merge pull request #103 from AlexHTW/add-balance-function
Add balance functions to stats command
|
2023-03-26 12:46:05 +02:00 |
|
ned
|
99d98d2048
|
initial stream support
|
2023-03-25 19:36:56 +01:00 |
|
ned
|
1a28b6b683
|
minor improvements
|
2023-03-25 14:53:00 +01:00 |
|
AlexHTW
|
17028b8e57
|
Merge branch 'main' into add-balance-function
|
2023-03-24 11:32:16 +01:00 |
|
ned
|
5d2c288789
|
update gpt-4 token counting
|
2023-03-24 00:25:08 +01:00 |
|
AlexHTW
|
57edb16000
|
added grant balance and openAI usage to stats
|
2023-03-23 00:56:02 +01:00 |
|
deanxizian
|
e0974f80fe
|
Add balance inquiry function
|
2023-03-23 00:37:31 +01:00 |
|
Carl Sverre
|
5e9dd9a846
|
added current conversation stats to /stats
|
2023-03-21 09:43:51 -07:00 |
|
Carl Sverre
|
792d9c2432
|
added longer context lengths and gpt-4-32k
|
2023-03-21 09:03:48 -07:00 |
|
Carl Sverre
|
b52d3ffe12
|
formatting
|
2023-03-20 17:50:12 -07:00 |
|
Carl Sverre
|
db6f15bc48
|
gpt-4 model support
|
2023-03-20 17:47:23 -07:00 |
|
Gerardo Parrello
|
421b7212bb
|
add default value
|
2023-03-19 21:27:51 +01:00 |
|
Gerardo Parrello
|
7d62305444
|
allow content passed by system role to be customized on reset
|
2023-03-19 21:18:15 +01:00 |
|
ned
|
af3dec1bf5
|
use async version of openai methods
|
2023-03-18 23:03:56 +01:00 |
|
ned
|
03a317efe4
|
improve Dockerfile and bug fixes
|
2023-03-18 22:53:04 +01:00 |
|
ned
|
178e640e92
|
support python 3.9 (fix #80)
|
2023-03-18 22:49:30 +01:00 |
|
ned
|
256369ca90
|
reorganize folders
|
2023-03-18 22:22:55 +01:00 |
|