Commit Graph

26 Commits

Author SHA1 Message Date
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