コミットグラフ

10 コミット

作成者 SHA1 メッセージ 日付
t.me/xtekky e865fcbc5a
Merge branch 'main' into main 2023-05-04 19:13:58 +01:00
Rory Durrant 82a3a03929
🔨 update(theb/__init__.py): add get_response method to Completion class
The get_response method was added to the Completion class to allow for easier retrieval of the response from the GPT-3 API. This method takes in a prompt and an optional proxy and returns the response as a string. The method uses the create method to generate a generator object and then iterates over it to append each message to a list. Finally, the list is joined into a single string and returned. This allows for non stream usage of theb.
2023-05-04 17:14:18 +01:00
Mishal a233818333
Update __init__.py 2023-05-04 20:25:51 +06:00
ZachKLYeh 68583f46cd
Update __init__.py
add timeout argument to solve long response message timeout issue
2023-05-03 20:55:26 +08:00
t.me/xtekky bcd8592710
Merge branch 'main' into feature/delete_poe_account 2023-05-01 18:25:14 +01:00
Raju Komati 05494ebbb1
refactored code 2023-05-01 20:04:45 +05:30
sagadav fb054408bf theb: multiple messages 2023-05-01 17:53:32 +05:00
Civitasv 70acea30a5
Feat: add proxy settings in GUI and library. 2023-04-30 13:19:46 +08:00
Raju Komati afcaf7b70c
updated query methods in streamlit 2023-04-29 15:01:16 +05:30
Raju Komati 54b4c789a7
added gpt4free package 2023-04-29 14:55:24 +05:30